这是我传过去的xml:参数都按照文档上的,对比好多次了,实在查不出来少了哪个参数
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xml>
<appid>appid</appid>
<mch_id>商户号</mch_id>
<nonce_str>OghkhoYCVGkwRpWQPp73CHbG48luaLcw</nonce_str>
<out_refund_no>TK1561520927506000000001</out_refund_no>
<refund_desc>pgsb</refund_desc>
<refund_fee>1</refund_fee>
<refund_fee_type>CNY</refund_fee_type>
<sign>B55ADE9DB6485121F55B6A01B1278803</sign>
<total_fee>1</total_fee>
<transaction_id>4200000290201906259582798095</transaction_id>
</xml>
这是返回的结果:
<xml><return_code><![CDATA[FAIL]]></return_code>
<return_msg><![CDATA[缺少参数]]></return_msg>
</xml>
您好,是你请求接口url搞错了。
https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=9_4 小程序退款要调用这个接口,请注意。
哈哈哈,我也是url搞错了,