yingzi 2 years ago
parent
commit
8eb9078a5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/User.php

+ 1 - 1
app/api/controller/User.php

@@ -139,7 +139,7 @@ class User extends BaseController
             return app('json')->fail("绑定失败,请重新绑定01".$weixinA->error);
         }
         $save=[
-            "countryCode"=>empty($data['countryCode'])?"":$data['countryCode'],
+//            "countryCode"=>empty($data['countryCode'])?"":$data['countryCode'],
             "mobile"=>$data['purePhoneNumber'],
         ];
         $r = (new UserModel)->where('uid', $request->user['uid'])->update($save);