请求单次分账接口,微信支付订单号与原请求不一致?
【请求地址】:https://api.mch.weixin.qq.com/secapi/pay/profitsharing 【请求数据】:<xml> <appid>xxxxxxxxxxxxxxxxxx</appid> <mch_id>xxxxxxxxxxxxxxxxxx</mch_id> <sub_appid>xxxxxxxxxxxxxxxxxx</sub_appid> <sub_mch_id>xxxxxxxxxxxxxxxxxx</sub_mch_id> <nonce_str>xxxxxxxxxxxxxxxxxx</nonce_str> <sign>xxxxxxxxxxxxxxxxxx</sign> <sign_type>HMAC-SHA256</sign_type> <transaction_id>4200001166202106111276877640</transaction_id> <out_order_no>SH2061</out_order_no> <receivers>xxxxxxxxxxxxxxxxxx</receivers> </xml> 【响应数据】:<xml> <return_code><![CDATA[SUCCESS]]></return_code> <result_code><![CDATA[FAIL]]></result_code> <err_code><![CDATA[PARAM_ERROR]]></err_code> <err_code_des><![CDATA[微信支付订单号与原请求不一致]]></err_code_des> <mch_id><![CDATA[xxxxxxxxxxxxxxxxxx]]></mch_id> <sub_mch_id><![CDATA[xxxxxxxxxxxxxxxxxx]]></sub_mch_id> <appid><![CDATA[xxxxxxxxxxxxxxxxxx]]></appid> <sub_appid><![CDATA[xxxxxxxxxxxxxxxxxx]]></sub_appid> <nonce_str>xxxxxxxxxxxxxxxxxx</nonce_str> <sign>xxxxxxxxxxxxxxxxxx</sign> </xml>