up. ws update.

This commit is contained in:
扶桑花间 2025-08-28 23:12:26 +08:00
parent 0ba41913f3
commit e9187a8ef2

View File

@ -55,7 +55,7 @@ class AuthController extends BaseController
if($clientModel && $clientModel['is_lock']) {
if (empty($clientModel['lock_password'])) {
if(!password_verify($password, $this->auth->getUser()->password)) {
return $this->writeError('密码错误');
return $this->writeError('密码错误', $this->auth->getUser());
}
}else{
if($clientModel['lock_password'] !== $password) {