From 04380d363a53351f7a0bb362e93eb298bded0ba5 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Sat, 1 Aug 2026 11:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=BF=A1=E6=81=AF=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laravel/app/Services/Login/LoginService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Laravel/app/Services/Login/LoginService.php b/Laravel/app/Services/Login/LoginService.php index ca6922b..53b71ef 100644 --- a/Laravel/app/Services/Login/LoginService.php +++ b/Laravel/app/Services/Login/LoginService.php @@ -37,11 +37,11 @@ public function login($arr){ }else{ $result['status']='no'; - $result['msg']='查询出错'; + $result['msg']='请正确输入账号密码'; } }else{ $result['status']='no'; - $result['msg']='缺少参数'; + $result['msg']='请正确输入账号密码'; } return $result; }