更新token有效期为24小时

This commit is contained in:
panshuling321 2022-08-19 20:58:12 +08:00
parent d56bff677f
commit 68ef7ab098

View File

@ -90,7 +90,7 @@ public class Constants
/**
* 令牌有效期分钟
*/
public final static long TOKEN_EXPIRE = 10;
public final static long TOKEN_EXPIRE = 60*24;
/**
* 参数管理 cache key