...
|
...
|
@@ -133,7 +133,6 @@ class Auth |
|
|
*/
|
|
|
public function register($username, $password, $email = '', $mobile = '', $extend = [])
|
|
|
{
|
|
|
print_r(123123);return;
|
|
|
|
|
|
// 检测用户名、昵称、邮箱、手机号是否存在
|
|
|
if (User::getByUsername($username)) {
|
...
|
...
|
@@ -145,6 +144,7 @@ class Auth |
|
|
return false;
|
|
|
}
|
|
|
|
|
|
print_r(2222222);return;
|
|
|
|
|
|
|
|
|
$ip = request()->ip();
|
...
|
...
|
|