测试回退分账的时候提示签名方式不合法,怎么解决?
测试了好多次,也检查了参数,签名方法,要不就提示参数错误,要不就提示签名方式不合法,请帮忙看看是什么问题 提交的参数: <xml> <mch_id>1554020981</mch_id> <appid>wx37d2e22b81414069</appid> <nonce_str>0c123b17e2a562c72e56e7450b9c4477</nonce_str> <out_order_no>4200000391201909196892356415-16</out_order_no> <out_return_no>4200000391201909196892356415-16</out_return_no> <return_account_type>MERCHANT_ID</return_account_type> <return_account>1554020981</return_account> <return_amount>1413</return_amount> <description>return-test</description> <sign>39AACA23F70807544A3E4A3930557656DB12E8B4CA43B6B322637EF9B429ABDE</sign> </xml> 返回的结果: <xml> <return_code><![CDATA[FAIL]]></return_code> <error_code><![CDATA[PARAM_ERROR]]></error_code> <error_msg><![CDATA[签名方式不合法]]></error_msg> </xml>