- 调用微信退款接口,没有同步返回值?
<xml> <appid><![CDATA[xx]]></appid> <mch_id><![CDATA[xx]]></mch_id> <nonce_str><![CDATA[xx]]></nonce_str> <sign><![CDATA[xx]]></sign> <sign_type><![CDATA[MD5]]></sign_type> <out_trade_no><![CDATA[xx]]></out_trade_no> <out_refund_no><![CDATA[xx]]></out_refund_no> <total_fee><![CDATA[680]]></total_fee> <refund_fee><![CDATA[680]]></refund_fee> <notify_url><![CDATA[notify_url style="max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important;">https://xx]]></notify_url>/notify_url> </xml> 请求参数如图所示,请求url是 https://api.mch.weixin.qq.com/secapi/pay/refund 之前都还好好的,最近两天突然不能正确返回值了,报错也没,http请求直接返回空,有大佬碰到过这种问题吗?
2019-10-15 - 调用微信退款接口,没有同步返回值?
<xml> <appid><![CDATA[xx]]></appid> <mch_id><![CDATA[xx]]></mch_id> <nonce_str><![CDATA[xx]]></nonce_str> <sign><![CDATA[xx]]></sign> <sign_type><![CDATA[MD5]]></sign_type> <out_trade_no><![CDATA[xx]]></out_trade_no> <out_refund_no><![CDATA[xx]]></out_refund_no> <total_fee><![CDATA[680]]></total_fee> <refund_fee><![CDATA[680]]></refund_fee> <notify_url><![CDATA[notify_url>https://xx]]></notify_url>/notify_url> </xml> 请求参数如图所示,请求url是 https://api.mch.weixin.qq.com/secapi/pay/refund
2019-10-15