修复小程序请求二维码时对错误类型检查(text/plain 改为 app/json)#317
Merged
binarywang merged 4 commits intobinarywang:developfrom Aug 18, 2017
Merged
修复小程序请求二维码时对错误类型检查(text/plain 改为 app/json)#317binarywang merged 4 commits intobinarywang:developfrom
binarywang merged 4 commits intobinarywang:developfrom
Conversation
binarywang
pushed a commit
that referenced
this pull request
Sep 2, 2017
* 更新messageSend自动向wxCpConfigStorage里获取agentId * 修复小程序请求二维码时对错误类型检查(text/plain 改为 app/json) * 修复小程序请求二维码时对错误类型检查(text/plain 改为 app/json)
comeonc
added a commit
to comeonc/weixin-java-tools
that referenced
this pull request
Oct 9, 2018
* 'master' of github.com:Wechat-Group/weixin-java-tools: (85 commits) Update readme.md Update readme.md 修改版本号为正式版本2.8.0 binarywang#320 增加“拉取订单评价数据“接口方法 binarywang#319 增加“退款结果通知“处理方法,并优化调整微信支付相关代码 binarywang#322 为me.chanjar.weixin.mp.bean下的bean类实现Serializable接口,并增加serialVersionUID binarywang#324: 修复分布式刷新access_token冲突问题 binarywang#324: 修复分布式刷新access_token冲突问题 微信支付增加获取微信的请求和响应数据的方法getWxApiData(),方便使用者获取使用该数据 微信支付优化部分代码,方便扩展 微信支付接口抽取部分常量 发布临时测试版本2.7.9.BETA binarywang#307 微信支付模块中增加http proxy设置的支持 binarywang#307 微信支付模块中增加http proxy设置的支持 binarywang#312 添加 删除群发 的接口 binarywang#318 WxMpService和 WxCpService两个接口提供对各个具体service的setter方法,以便于扩展使用 binarywang#317 修复小程序请求二维码时对错误类型检查(text/plain 改为 app/json) binarywang#315 修改messageSend方法,自动从wxCpConfigStorage获取agentId 转移群发消息相关接口到单独接口及其实现类中 修复错误的javadoc ...
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.
二维码请求判断response content-type导致误以为是请求成功而没有抛出异常,实际上很可能是40001错误码异常,应该让maService刷新AccessToken