We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
企业付款失败和成功返回字段不一致,有字段在文档中也没有描述
企业付款接口 https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_2 成功返回
<return_code><![CDATA[SUCCESS]]></return_code> <return_msg><![CDATA[]]></return_msg> ......
失败返回
<return_code><![CDATA[FAIL]]></return_code> <retmsg><![CDATA[请确认请求参数是否正确param mch_id invalid]]></retmsg> <retcode><![CDATA[1]]></retcode>
retmsg retcode 并未映射,官方文档也没有描述,导致现有的EntPayResult WxPayException 取不到错误描述
The text was updated successfully, but these errors were encountered:
欢迎直接提交PR
Sorry, something went wrong.
🎨 #1975 【微信支付】企业付款失败时的返回字段根据接口实际返回进行优化,增加额外的特殊字段
2c81029
No branches or pull requests
简要描述
企业付款失败和成功返回字段不一致,有字段在文档中也没有描述
模块版本情况
详细描述
企业付款接口
https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_2
成功返回
失败返回
retmsg retcode 并未映射,官方文档也没有描述,导致现有的EntPayResult WxPayException 取不到错误描述
The text was updated successfully, but these errors were encountered: