token过期时间

This commit is contained in:
zy 2025-11-26 18:25:07 +08:00
parent eb0e151648
commit aedc45bfa5
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ import org.jeecg.common.util.oConvertUtils;
**/
public class JwtUtil {
/**Token有效期为24小时Token在reids中缓存时间乘以2*/
public static final long EXPIRE_TIME = 12 * 60 * 60 * 1000;
/**Token有效期为24Token在reids中缓存时间乘以2*/
public static final long EXPIRE_TIME = (24 * 24) * 60 * 60 * 1000;
static final String WELL_NUMBER = SymbolConstant.WELL_NUMBER + SymbolConstant.LEFT_CURLY_BRACKET;
/**