Explorar o código

获取城市数据完整列表

evoxwht %!s(int64=2) %!d(string=hai) anos
pai
achega
aa78a48703
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/app/adminapi/controller/v1/setting/SystemCity.php

+ 1 - 1
crmeb/app/adminapi/controller/v1/setting/SystemCity.php

@@ -150,6 +150,6 @@ class SystemCity extends AuthController
      */
     public function fullList()
     {
-        return app('json')->success($this->services->fullList());
+        return app('json')->success($this->services->fullList('parent_id,city_id,id,name,name as label,city_id as value'));
     }
 }