更新token有效期为24小时
This commit is contained in:
parent
d56bff677f
commit
68ef7ab098
@ -90,7 +90,7 @@ public class Constants
|
||||
/**
|
||||
* 令牌有效期(分钟)
|
||||
*/
|
||||
public final static long TOKEN_EXPIRE = 10;
|
||||
public final static long TOKEN_EXPIRE = 60*24;
|
||||
|
||||
/**
|
||||
* 参数管理 cache key
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user