<?xml version="1.0" encoding="UTF-8"?><xml>
<nonce_str>1501e95e88a7426aa87d82dff6cb9814</nonce_str>
<appid>wx7c8***834d3f4f01</appid>
<sign>07F32CEF13CF5BC510D6DA1734C1BBD5</sign>
<mch_id>2255**588</mch_id>
<auth_code>131966***00723576</auth_code>
</xml>
返回
{
"return_msg": "system error",
"return_code": "FAIL"
},
支付接口请求的xml不能带版本号等其他非支付接口文档字段以外内容,移除<?xml version="1.0" encoding="UTF-8"?> 就好了
Xml 数据格式错误,具体参考开发文档,生成v2签名有案例。
<?xml version="1.0" encoding="UTF-8"?><xml> 这里需要改成<xml>