翻译
This commit is contained in:
@@ -207,7 +207,7 @@ class UserController extends BaseController{
|
||||
'user_id' => $user->id,
|
||||
];
|
||||
if(!$data['realname'] || !$data['idcard']){
|
||||
return $this->error(__('Incoret param'));
|
||||
return $this->error(__('Invalid parameter'));
|
||||
}
|
||||
if($user->realname_verify == 1){
|
||||
return $this->error(__('You have verified'));
|
||||
|
||||
Reference in New Issue
Block a user