Browse Source

feat: 调整有效期计算;

hanchaolong 4 weeks ago
parent
commit
594a8fcb38

+ 0 - 4
jd-logistics-common/ruoyi-common-security/src/main/java/com/ruoyi/common/security/service/TokenService.java

@@ -213,8 +213,4 @@ public class TokenService
         String userKey = getTokenKey(loginUser.getToken());
         redisService.setCacheObject(userKey, loginUser, 15L, TimeUnit.DAYS);
     }
-
-    public static void main(String[] args) {
-        System.out.println(System.currentTimeMillis());
-    }
 }