Kirin il y a 4 ans
Parent
commit
e6f8b7d1a6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/controller/admin/system/merchant/Merchant.php

+ 1 - 0
app/controller/admin/system/merchant/Merchant.php

@@ -155,6 +155,7 @@ class Merchant extends BaseController
     public function updateLocal($id)
     {
         $data = $this->request->params([['longitude', ''], ['latitude', '']]);
+        var_dump($data);
         if (!$this->repository->exists($id))
             return app('json')->fail('数据不存在');
         if ($data['longitude'] == '' || !$data['latitude'] == '')