Browse Source

园区模糊搜索

chenhao 4 năm trước cách đây
mục cha
commit
37a482b8f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/api/controller/User.php

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

@@ -168,7 +168,7 @@ class User extends Api
         $userInfo = Db::name('user')->where('openid',$res['openid'])->find();
 
         if (!$userInfo) {
-            return json(['code' => 101,'msg'=>'请先绑定手机号','data'=>$data]);
+            return json(['code' => 101,'msg'=>'请先注册','data'=>$data]);
         } else {
             $user = \app\common\model\User::getByMobile($userInfo['mobile']);
             if ($user) {