{
"items": [
{
"skuId": 2048,
"count": 1,
"cartId": 1024
}
],
"couponId": 1024,
"pointStatus": true,
"deliveryType": 1,
"addressId": 1,
"pickUpStoreId": 1088,
"receiverName": "芋艿",
"receiverMobile": "15601691300",
"seckillActivityId": 1024,
"combinationActivityId": 1024,
"combinationHeadId": 2048,
"bargainRecordId": 123,
"remark": "这个是我的订单哟"
}curl --location --request POST 'http://139.198.190.189:58080/app-api/trade/order/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"skuId": 2048,
"count": 1,
"cartId": 1024
}
],
"couponId": 1024,
"pointStatus": true,
"deliveryType": 1,
"addressId": 1,
"pickUpStoreId": 1088,
"receiverName": "芋艿",
"receiverMobile": "15601691300",
"seckillActivityId": 1024,
"combinationActivityId": 1024,
"combinationHeadId": 2048,
"bargainRecordId": 123,
"remark": "这个是我的订单哟"
}'{
"code": 0,
"data": {
"id": 1024,
"payOrderId": 1024
},
"msg": "string"
}