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

@@ -596,7 +596,7 @@ class User extends Api
     public function wxlogin() {
         try {
             $systemAuth = new Auth();
-            $randNickname = $systemAuth->get_rand_nick_name()
+            $randNickname = $systemAuth->get_rand_nick_name();
             $openid = input('openid', '', 'trim');
             $mobile = input('mobile','','trim');
             $nickName = input('nickname',$randNickname);