fix:88601

This commit is contained in:
梁琦涛
2024-08-19 10:04:38 +08:00
parent 41eca60c5e
commit af7cbfd7b5
@@ -35,7 +35,7 @@ public class JwtUtil {
// Token过期时间30分钟(用户登录过期时间也是30分钟,以token在reids缓存时间为准)
//public static final long EXPIRE_TIME = 180 * 60 * 1000L;
public static final long EXPIRE_TIME = 24 * 60 * 60 * 1000L; // 设置成1天(开发用)
public static final long EXPIRE_TIME = 3 * 60 * 60 * 1000L; // 设置成1天(开发用)
private static final String USERNAME_FIELD = "username";