Explorar el Código

Weenier utc项目部署

wesmiler hace 3 años
padre
commit
2fc4e28050
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Services/LoginService.php

+ 1 - 0
app/Services/LoginService.php

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