-
-
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
微信支付申请退款结果封装 WxPayRefundResult 缺少字段 coupon_refund_fee #663
Comments
这不是一个字段,是有可能有多个的,格式为coupon_refund_fee_x,麻烦再仔细看下文档? |
关于这个字段我仔细看文档了,应该是缺少该字段。 现金支付币种 | cash_fee_type | 否 | String(16) | CNY 请看加粗字段: 该字段为缺少字段,这个是总金额。不是多个的封装。 在支付成功的封装中WxPayOrderNotifyResult,包含的类似字段coupon_fee 代金卷总额 |
好吧,这个我怀疑有可能是后期加上的,最初应该是没有吧,下次提问题最好把文档地址贴一下,方便核对,谢谢及时提出。 |
好的 |
3.1.2.BETA版本已增加 |
com.github.binarywang.wxpay.bean.result.WxPayRefundResult
根据微信官方API查看 缺少字段 coupon_refund_fee
已检查目前的develop 分支 同样缺少该字段
The text was updated successfully, but these errors were encountered: