Browse Source

注释掉用户密码有效期

sandm 2 years ago
parent
commit
677824d8ec
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/Services/Auth/AuthService.php

+ 3 - 3
app/Services/Auth/AuthService.php

@@ -74,9 +74,9 @@ class AuthService
         if (!$user) {
             return false;
         }
-        if(!$this->checkPwdLog($user)){
-            return false;
-        }
+//        if(!$this->checkPwdLog($user)){
+//            return false;
+//        }
         $this->login($user, $isAutoLogin);
 
         //绑定微信和中奖