We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
me.chanjar.weixin.open.api.impl.WxOpenComponentServiceImpl#getAuthorizerAccessToken()
这个方法在获取/刷新公众号AuthorizerAccessToken后,WxOpenConfigStorage 类仅更新了 AuthorizerAccessToken。没有更新 AuthorizerRefreshToken。这样的话,会不会导致 AuthorizerRefreshToken 无效,导致下次在更新获取 AuthorizerAccessToken时 失败?
The text was updated successfully, but these errors were encountered:
@007gzs 如果有时间可以帮忙看下
Sorry, something went wrong.
的确会存在该问题,在ISSUE#1474的基础上补充代码(PR#1677)
fix binarywang#1590 提及的me.chanjar.weixin.open.api.impl.WxOpenComponen…
3d54c1f
…tServiceImpl#getAuthorizerAccessToken()刷新AccessToken后没有同步对应的refreshToken
🆕 #1474 企业微信新增客户联系「联系我」管理接口 修正 / #1590 开放平台刷新AccessToken同步更新RefreshToken
0758049
* #1474 新增客户联系「联系我」管理接口 * fix #1590 提及的me.chanjar.weixin.open.api.impl.WxOpenComponentServiceImpl#getAuthorizerAccessToken()刷新AccessToken后没有同步对应的refreshToken * 补充 me.chanjar.weixin.open.api.impl.WxOpenInMemoryConfigStorage#updateToken 方法对 expireInSeconds 边界判断
No branches or pull requests
me.chanjar.weixin.open.api.impl.WxOpenComponentServiceImpl#getAuthorizerAccessToken()
这个方法在获取/刷新公众号AuthorizerAccessToken后,WxOpenConfigStorage 类仅更新了 AuthorizerAccessToken。没有更新 AuthorizerRefreshToken。这样的话,会不会导致 AuthorizerRefreshToken 无效,导致下次在更新获取 AuthorizerAccessToken时 失败?
The text was updated successfully, but these errors were encountered: