From e9187a8ef2ac4829f33852b6784b1c02096d1155 Mon Sep 17 00:00:00 2001 From: v Date: Thu, 28 Aug 2025 23:12:26 +0800 Subject: [PATCH] up. ws update. --- app/controller/admin/auth/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/admin/auth/AuthController.php b/app/controller/admin/auth/AuthController.php index ce79096..b12b875 100644 --- a/app/controller/admin/auth/AuthController.php +++ b/app/controller/admin/auth/AuthController.php @@ -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) {