lizhen_gitee 1 year ago
parent
commit
07acadd613
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/User.php

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

@@ -80,7 +80,7 @@ class User extends Api
             }
 
 
-            $ret = $this->auth->register($mobile, Random::alnum(), $mobile, $extend);
+            $ret = $this->auth->register('','','', $mobile, $extend);
         }
         if ($ret) {
             $this->success('注册成功');