|
@@ -62,10 +62,10 @@ class User extends Api
|
|
|
//如果已经有账号则直接登录
|
|
|
$ret = $this->auth->direct($user->id);
|
|
|
} else {
|
|
|
- $ret = $this->auth->register($mobile, Random::alnum(), '', $mobile, []);
|
|
|
+ $ret = $this->auth->register('植提桥用户'.substr($mobile,-4), Random::alnum(), '', $mobile, []);
|
|
|
}
|
|
|
if ($ret) {
|
|
|
- Sms::flush($mobile, 'mobilelogin');
|
|
|
+ Sms::flush($mobile, 'register');
|
|
|
$data = ['userinfo' => $this->auth->getUserinfo()];
|
|
|
$this->success(__('Logged in successful'), $data);
|
|
|
} else {
|