wesmiler il y a 2 ans
Parent
commit
97c40d9e92
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Services/Common/LoginService.php

+ 1 - 1
app/Services/Common/LoginService.php

@@ -135,7 +135,7 @@ class LoginService extends BaseService
         // 密码校验
         $password = get_password($password . md5($password.'otc'));
         if ($password != $info['password']) {
-            return message("您的登录密码不正确", false);
+            return message("您的登录密码不正确", false,['data'=>$password]);
         }
         // 使用状态校验
         if ($info['status'] != 1 && $info['status'] != 3) {