token过期时间加长

pull/371/head
wuyibo 2 years ago
parent a9628f681a
commit 994d44b8a4

@ -10,12 +10,12 @@ public class CacheConstants
/** /**
* 720 * 720
*/ */
public final static long EXPIRATION = 720; public final static long EXPIRATION = 7200;
/** /**
* 120 * 120
*/ */
public final static long REFRESH_TIME = 120; public final static long REFRESH_TIME = 1200;
/** /**
* *

Loading…
Cancel
Save