调用统一下单接口接口返回缺少参数
<return_code><![CDATA[FAIL]]></return_code>
<return_msg><![CDATA[缺少参数]]></return_msg>
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<nonce_str>***********</nonce_str>
<out_trade_no>***********</out_trade_no>
<openid>***********</openid>
<total_fee>1</total_fee>
<appid>***********</appid>
<sign>65088A5C4EC7A7AB6324882C2168F8D8D9BB17EBAC09F44187F478A4124190AE</sign>
<trade_type>JSAPI</trade_type>
<boby>课程购买</boby>
<mch_id>***********</mch_id>
<notify_url>***********</notify_url>
<spbill_create_ip>127.0.0.1</spbill_create_ip>
<sign_type>HMAC-SHA256</sign_type>
</xml>
你请求的哪个接口?服务商模式还是直连模式?使用签名检查工具(https://pay.weixin.qq.com/wiki/doc/api/micropay.php?chapter=20_1),看看能不能过签名。