token过期时间加长

pull/371/head
wuyibo 2023-07-16 16:46:43 +08:00
parent a9628f681a
commit 994d44b8a4
1 changed files with 2 additions and 2 deletions

View File

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