//api.mch.weixin.qq.com/pay/unifiedorder 这个接口<xml><appid></appid><mch_id></mch_id><nonce_str></nonce_str><sign_type></sign_type><body></body><openid></openid><out_trade_no></out_trade_no><total_fee></total_fee><spbill_create_ip></spbill_create_ip><notify_url></notify_url><trade_type></trade_type><sign></sign></xml>
我在微信签名验证没有问题
https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=20_1
但是一直报
<xml><return_code><![CDATA[FAIL]]></return_code>
<return_msg><![CDATA[签名错误,请检查后再试]]></return_msg>
</xml>