Browse Source

允许换绑微信号

lizhen_gitee 1 năm trước cách đây
mục cha
commit
285845abf9
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

@@ -730,7 +730,7 @@ class User extends Api
         $user->wechat_openid = $wechat_openid;
         $user->save();
 
-        $this->success('success',$this->userInfo('return'));
+        $this->success('绑定成功',$this->userInfo('return'));
     }