|
@@ -139,7 +139,7 @@ public final class EnterpriseAccessInterceptor implements HandlerInterceptor {
|
|
|
|
|
|
if (null == thirdPartyAccessBean) {
|
|
if (null == thirdPartyAccessBean) {
|
|
thirdPartyAccessBean = getThirdPartyAccessInfo(rootOrgIdLong, appId);
|
|
thirdPartyAccessBean = getThirdPartyAccessInfo(rootOrgIdLong, appId);
|
|
- redisClient.set(key, thirdPartyAccessBean, 60000);
|
|
|
|
|
|
+ redisClient.set(key, thirdPartyAccessBean, 60 * 5);
|
|
}
|
|
}
|
|
|
|
|
|
if (null != thirdPartyAccessBean.getTimeRange()) {
|
|
if (null != thirdPartyAccessBean.getTimeRange()) {
|