收藏
回答

小程序退款接口,返回缺少参数

这是我传过去的xml:参数都按照文档上的,对比好多次了,实在查不出来少了哪个参数

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<xml>

<appid>appid</appid>

<mch_id>商户号</mch_id>

<nonce_str>OghkhoYCVGkwRpWQPp73CHbG48luaLcw</nonce_str>

<notify_url>回调地址</notify_url>

<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>




回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容