wesmiler 2 年之前
父節點
當前提交
97c40d9e92
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {