Http method : POST
httpUrl: https://api.mch.weixin.qq.com/sandboxnew/pay/unifiedorder
微信下单 xml 请求 报文如下:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xml>
<nonce_str>8d8dae34805546808b1cd19f3125bb39</nonce_str>
<sign>7FF2EAE2E25FD0A07A3FF622B20684A8</sign>
<fee_type>CNY</fee_type>
<body>商品20</body>
<notify_url>http://www.baidu.com/callback</notify_url>
<mch_id>1122212238</mch_id>
<spbill_create_ip>115.129.18.151</spbill_create_ip>
<out_trade_no>43663383962099712</out_trade_no>
<device_info/>
<total_fee>20.00</total_fee>
<appid>wx71232324644858a</appid>
<trade_type>APP</trade_type>
<sign_type>MD5</sign_type>
</xml>
Http response body:
<xml>
<return_code><![CDATA[FAIL]]></return_code> <retmsg><![CDATA[输入请求参数xml格式错误]]></retmsg> <retcode><![CDATA[1]]></retcode>
</xml>
麻烦微信平台的开发帮忙看一下,哪里有错???
你的现在这个还出问题吗?我就是卡在这了,一直走不下去!
我知道了,微信的金钱是 分 ,和支付宝的还不一样, 大家不要带小数点哦! 我的报文中 free是 2.00 要转成分