在支付结果通知类WxPayOrderNotifyResult中添加了checkResult方法#828
Merged
binarywang merged 1 commit intobinarywang:developfrom Nov 1, 2018
Merged
在支付结果通知类WxPayOrderNotifyResult中添加了checkResult方法#828binarywang merged 1 commit intobinarywang:developfrom
binarywang merged 1 commit intobinarywang:developfrom
Conversation
该方法重写了基类中的同名方法。 return_code为SUCCESS时,如果sign为空,则该通知请求是非微信通知请求,因此抛出异常。 否则,调用基类同名方法。
Owner
|
你这代码都没在本地编译过吧?居然还有编译错误 |
Author
|
不好意思,忘了下面这两句: import com.github.binarywang.wxpay.exception.WxPayException; |
Owner
|
没事了,我后来做了点优化 |
comeonc
added a commit
to comeonc/weixin-java-tools
that referenced
this pull request
Nov 13, 2018
…nto wechat-develop * 'develop' of github.com:Wechat-Group/weixin-java-tools: (31 commits) xml代码优化 发布3.2.4.B测试版本 微信支付增加对账单下载返回原始字符串数据的downloadRawBill方法 微信支付模块配置中增加ifSaveApiData参数,可以选择是否保存接口请求信息到ThreadLocal中方便读取 update xstream to 1.4.10 binarywang#841 增加会员卡更新接口 binarywang#651 WxMpXmlMessage增加allFieldsMap属性, 用于存放所有xml属性和值。 增加xml解析工具类 binarywang#835 小程序模块增加微信运动数据解密方法 发布3.2.3.B测试版本 优化代码 优化代码,替换掉ToStringBuilder.reflectionToString相关代码 binarywang#833 小程序模块增加错误码 优化对账方法 调整test binarywang#821 查询企业付款结果接口的结果类增加payment_time属性 binarywang#830 修复微信支付退款通知解析代码在某些环境下可能会出现的乱码问题 尽量使用常量 binarywang#828 优化支付结果通知类的checkResult方法 binarywang#829 优化退款结果通知类的fromXML方法 ...
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.
该方法重写了基类中的同名方法。
return_code为SUCCESS时,如果sign为空,则该通知请求是非微信通知请求,因此抛出异常。
否则,调用基类同名方法。