Bugfix develop 微信开放平台获取授权列表token导致死循环问题#1276
Merged
binarywang merged 1 commit intobinarywang:developfrom Nov 12, 2019
Merged
Conversation
WxOpenComponentServiceImpl#getAuthorizerList由post内部维护token,否则总是使用旧token导致死循环
yuanqixun
pushed a commit
to yuanqixun/weixin-java-tools
that referenced
this pull request
Nov 30, 2019
…-tools into develop * 'develop' of https://github.com/Wechat-Group/weixin-java-tools: (439 commits) 优化注释 🎨 binarywang#1303 开放平台WxOpenInnerConfigStorage中自动刷新token配置沿用WxOpenConfigStorage中配置 ✨ binarywang#1009 实现微信小程序物流助手相关接口 🎨 优化代码,把签名工具类里面的常量提取出来 binarywang#1297 企业外部联系人客户变更事件新增 ChangeType 常量 📝 更新版本信息 🔖 发布3.6.0正式版本 🎨 binarywang#1294 优化getAccessToken方法,解决并发时重复刷新的问题 🐛 binarywang#1288 企业微信修复创建成员同时回调create_user和update_user事件判断成重复的BUG ✨ binarywang#1287 公众号模块新增下载微信jssdk上传的高清语音素材的接口 🔖 发布3.5.10.B测试版本 🎨 binarywang#1265 企业微信通讯录接口支持设置地址 Update README.md Update README.md 🎨 Optimize images (binarywang#1279) update banners ✨ binarywang#1123 增加设置小程序“扫普通链接二维码打开小程序”能力的五个接口 🐛 binarywang#1276 修复微信开放平台获取授权列表接口token参数导致死循环的问题 ✨ binarywang#1271 企业微信标签创建接口支持传入id参数 🔖 发布3.5.9.B测试版本 ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WxOpenComponentServiceImpl#getAuthorizerList由post内部维护token,否则总是使用旧token导致死循环