This commit is contained in:
2026-04-08 10:05:25 +08:00
parent 594aa137ef
commit b0e87b3fb3
34 changed files with 128 additions and 54 deletions
+1 -1
View File
@@ -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'));