首先我并不是直接来社区发帖,我看了社区其他遇到该问题的开发者,问答都没有解决
也去看了https://pay.weixin.qq.com/wiki/doc/api/danpin.php?chapter=9_202&index=7#menu4可能导致订单不可以享受优惠的情况,挨个做了核对,并没有发现问题
下面是请求数据格式
<xml>
<appid><![CDATA[123123]]></appid>
<body><![CDATA[整箱]]></body>
<detail><![CDATA[{"goods_detail":[{"goods_id":"267","quantity":1,"price":5490}]}]]></detail>
<mch_id>123123</mch_id>
<nonce_str><![CDATA[l8z2ws74hbek5jolwjgb4zafx1ac8ghx]]></nonce_str>
<notify_url><![CDATA[http://sc.com/index.php/Api/Wxpay/notify.html]]></notify_url>
<openid><![CDATA[123123]]></openid>
<out_trade_no>123123</out_trade_no>
<spbill_create_ip><![CDATA[172.18.0.1]]></spbill_create_ip>
<time_expire>20210615091234</time_expire>
<time_start>20210615090234</time_start>
<total_fee>5490</total_fee>
<trade_type><![CDATA[JSAPI]]></trade_type>
<version>1.0</version>
<sign><![CDATA[5A0F5530C4625FF997CC5C223AF6A3C6]]></sign>
</xml>