胖虎 3 жил өмнө
parent
commit
b26c035c19

+ 1 - 1
app/Http/Controllers/AdminApi/ConfigController.php

@@ -24,7 +24,7 @@ class ConfigController extends AdminController
 
             return $this->apiResponseSuccess('更新成功');
         }else{
-            $configs = Config::whereIn('key',['logo','title','tel','email','address','wx_image','icp','put_on_record'])->pluck('value','key');
+            $configs = Config::whereIn('key',['logo','title','tel','email','address','wx_image','icp','put_on_record','lon','lat'])->pluck('value','key');
             return $this->apiResponseSuccess('获取成功',$configs);
         }
     }