请求微信支付接口(h5、JSAPI、扫码)都返回缺少参数,对官方文档也找不到少的参数,希望给我大佬给我看看。扫码支付为例:
我的请求参数:
<xml>
<nonce_str>JRDGQJ8XBGWAX3QVHYV8H9OJDUQ9CTIW</nonce_str>
<out_trade_no>KTFJN1610073091M5OQ99999999</out_trade_no>
<appid>wx9b01xxx</appid>
<total_fee>1</total_fee>
<product_id>1</product_id>
<sign>24BEB74D531194ABD7CF0D16F05A488D</sign>
<trade_type>NATIVE</trade_type>
<mch_id>xxxx</mch_id>
<body>xxxx</body>
<notify_url>http://xxxxxx</notify_url>
<spbill_create_ip>127.0.0.1</spbill_create_ip>
</xml>
已解决