feat : phone pool
This commit is contained in:
@@ -203,6 +203,7 @@ abstract class LoginBaseService extends BaseService
|
||||
$model->nickname = '用户'.StringUtil::randStr(6);
|
||||
$model->avatar_id = 0;
|
||||
$model->reg_ip = SystemUtil::getClientIp();
|
||||
$model->mobile = $this->mobile;
|
||||
|
||||
if (!$model->save()) throw new ErrException('数据保存失败-注册失败');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user