```javascript
WXAPI.orderCreate({
token: '0000'
})
```
[「参数说明」](https://api.it120.cc/doc.html#/%E5%89%8D%E7%AB%AFapi%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3/%E8%AE%A2%E5%8D%95%E7%AE%A1%E7%90%86/createUsingPOST)
[《参数详解》](https://www.yuque.com/apifm/doc/itys0m)
预下单返回:
```json
{
"code": 0,
"data": {
"amountTaxService": 0,
"deductionMoney": 0,
"amountReal": 4995,
"couponUserList": [
{
"canUseGoodsIds": [
235853
],
"dateAdd": "2021-12-02 18:46:44",
"dateEnd": "2021-12-18 00:00:00",
"dateStart": "2021-12-02 18:46:44",
"goodsTotalAmount": 4995,
"id": 427331,
"money": 40,
"moneyHreshold": 3000,
"moneyType": 0,
"name": "新店优惠",
"pid": 223,
"pwd": "",
"status": 0,
"statusStr": "正常",
"type": "",
"uid": 2017654,
"userId": 951
}
],
"isNeedLogistics": true,
"amountTotle": 4995,
"overseas": false,
"amountLogistics": 0,
"score": 199800,
"couponAmount": 0,
"goodsNumber": 999,
"amountTaxGst": 0,
"amountTax": 0
},
"msg": "success"
}
```
真实下单返回:
```json
{
"code": 0,
"data": {
"amount": 4995,
"amountCard": 0,
"amountCoupons": 0,
"amountLogistics": 0,
"amountReal": 4995,
"amountRefundTotal": 0,
"amountTax": 0,
"amountTaxGst": 0,
"amountTaxService": 0,
"autoDeliverStatus": 0,
"dateAdd": "2021-12-09 10:51:19",
"dateClose": "2021-12-09 11:02:20",
"differHours": 0,
"goodsNumber": 999,
"hasRefund": false,
"id": 1236848,
"ip": "183.129.193.150",
"isCanHx": false,
"isDelUser": false,
"isEnd": false,
"isHasBenefit": false,
"isNeedLogistics": true,
"isPay": false,
"isScoreOrder": true,
"isSuccessPingtuan": false,
"jd8Status": 0,
"orderNumber": "21120910519510010",
"orderType": 0,
"periodAutoPay": false,
"pid": 0,
"qudanhao": "0010",
"refundStatus": 0,
"remark": "",
"score": 199800,
"scoreDeduction": 0,
"shopId": 0,
"status": 0,
"statusStr": "待支付",
"trips": 0,
"type": 0
},
"msg": "success"
}
```
字段说明:
+ id 订单id
+ orderNumber 订单号
+ amount 货款
+ amountTotleOriginal 优惠前商品金额
+ amountReal 实际需要支付金额
+ amountCoupons 优惠券抵扣金额
+ amountCard 会员卡抵扣金额
+ amountLogistics 运费
+ deductionMoney 优惠金额
+ couponUserList 本次下单可以选择使用的优惠券数组
+ amountTotle 订单总金额
+ goodsNumber 商品数量
+ score 需要扣除多少积分