@ -64,7 +64,7 @@ class Login extends BaseService
throwError("账号不存在");
}
if (empty($userInfo['password'])) {
throwError("用户密码为空,请联系管理员");
throwError("密码不正确");
if ($userInfo['password'] !== md5($data['password'])) {