正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -133,7 +133,6 @@ class Auth | @@ -133,7 +133,6 @@ class Auth | ||
133 | */ | 133 | */ |
134 | public function register($username, $password, $email = '', $mobile = '', $extend = []) | 134 | public function register($username, $password, $email = '', $mobile = '', $extend = []) |
135 | { | 135 | { |
136 | - print_r(123123);return; | ||
137 | 136 | ||
138 | // 检测用户名、昵称、邮箱、手机号是否存在 | 137 | // 检测用户名、昵称、邮箱、手机号是否存在 |
139 | if (User::getByUsername($username)) { | 138 | if (User::getByUsername($username)) { |
@@ -145,6 +144,7 @@ class Auth | @@ -145,6 +144,7 @@ class Auth | ||
145 | return false; | 144 | return false; |
146 | } | 145 | } |
147 | 146 | ||
147 | + print_r(2222222);return; | ||
148 | 148 | ||
149 | 149 | ||
150 | $ip = request()->ip(); | 150 | $ip = request()->ip(); |
-
请 注册 或 登录 后发表评论