|
@@ -133,7 +133,7 @@ public class SaTokenConfigure {
|
|
throw new BusinessException(ResultCode.USERNAME_ERROR);
|
|
throw new BusinessException(ResultCode.USERNAME_ERROR);
|
|
}
|
|
}
|
|
|
|
|
|
- redisUtil.expire(redisKey,21600);
|
|
|
|
|
|
+ redisUtil.expire(redisKey,2 * 60 * 60);
|
|
StpUtil.checkLogin();
|
|
StpUtil.checkLogin();
|
|
}
|
|
}
|
|
|
|
|