{
"deliveryTimeType": 1,
"payType": 1,
"payChannel": 1,
"buyerMessage": "",
"goods": [
{
"skuId": "3664094",
"count": 2
},
{
"skuId": "300247947",
"count": 5
},
{
"skuId": "300265327",
"count": 2
}
],
"addressId": "1527553797373562882"
}
curl --location --request POST 'http://pcapi-xiaotuxian-front-devtest.itheima.net/member/order' \
--header 'Authorization: {{ERABBIT_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliveryTimeType": 1,
"payType": 1,
"payChannel": 1,
"buyerMessage": "",
"goods": [
{
"skuId": "3664094",
"count": 2
},
{
"skuId": "300247947",
"count": 5
},
{
"skuId": "300265327",
"count": 2
}
],
"addressId": "1527553797373562882"
}'
{
"code": "1",
"msg": "操作成功",
"result": {
"id": "1543591863523479553",
"createTime": "2022-07-03 21:45:53",
"payType": 1,
"orderState": 1,
"payLatestTime": "2022-07-03 22:15:53",
"postFee": 6,
"payMoney": 1139,
"totalMoney": 1133,
"totalNum": 9,
"skus": null,
"payChannel": 1,
"countdown": null
}
}