فهرست منبع

允许换绑微信号

lizhen_gitee 1 سال پیش
والد
کامیت
285845abf9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'));
     }