wesmiler 3 달 전
부모
커밋
87cd770fcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/Common/LoginService.php

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

@@ -133,7 +133,7 @@ class LoginService extends BaseService
         }
         // 密码校验
         $password = get_password($password . $username);
-        //var_dump($password);
+        var_dump($password);
         if ($password != $info['password']) {
             return message("您的登录密码不正确", false);
         }