access_token 缓存时间变更

This commit is contained in:
zhangchenbiao
2023-10-09 15:48:55 +08:00
parent 0ff7fc974c
commit 9277413d89
2 changed files with 1 additions and 3 deletions

View File

@@ -20,8 +20,6 @@ public class CommonConstants {
public static final int ACCESS_TOKEN_EXPIRE = 14400;
public static final int REFRESH_TOKEN_EXPIRE = 60*60*24*30;
public static final int THREE_DAY_SECONDS = 60*60*24*3;
public static final int NORMAL_LOCK_TIMES = 60 * 1000;