| xqd
@@ -223,7 +223,7 @@ class AuthorizationsController extends Controller
|
|
|
return $this->response()->errorForbidden($validator->messages()->first());
|
|
|
}
|
|
|
if(User::where(['mobile'=>$request->mobile,'is_distory'=>0])->first()){
|
|
|
- return $this->response->errorForbidden("该手机号码已使用");
|
|
|
+ return $this->response->errorForbidden("该手机号码已注册");
|
|
|
}
|
|
|
|
|
|
$ins = array();
|