-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
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
查询企业付款接口的查询结果EntPayQueryResult缺少payment_time信息 #821
Labels
Comments
你确定是没有的吗? |
不好意思,是EntPayQueryResult里没有 |
查询企业付款接口的查询结果类是EntPayQueryResult,这个类里没有payment_time信息。 |
SunshineTech
changed the title
查询企业付款接口的查询结果EntPayResult缺少payment_time信息
查询企业付款接口的查询结果EntPayQueryResult缺少payment_time信息
Oct 30, 2018
那可以加上,估计也是后来加上的属性 |
嗯,就是提醒你一下,在下个版本中加上。 |
那先不用关闭,还没加上,加上后再关闭了 |
binarywang
added a commit
that referenced
this issue
Nov 1, 2018
才发现这个跟#785 相关。 |
3.2.3.B测试版本已增加 |
comeonc
added a commit
to comeonc/weixin-java-tools
that referenced
this issue
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方法 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
查询企业付款接口的查询结果文档里有payment_time,但EntPayResult类里没有payment_time相关信息
文档如下:https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_3
The text was updated successfully, but these errors were encountered: