This commit is contained in:
wxp01309236
2023-06-19 10:24:16 +08:00
parent d5b1941f2d
commit 7eeee087c3

View File

@@ -75,6 +75,7 @@ public class WechatRest {
if (StringUtils.isBlank(token)) {
throw new ServiceException(ErrorCodeEnum.GET_ACCESSTOKEN_ERROR);
}
redisUtilPool.setString(cacheAccessToken, token, 7000);
accessToken = token;
} catch (Exception e) {