{
"customerAddressId": 0,
"deliveryType": 0,
"doctorAppointmentId": 0,
"orderItemList": [
{
"cardId": "string",
"cardServiceId": 0,
"consumedBonusPoint": 0,
"deliveryCharge": 0,
"enablePlatformSubsidy": 0,
"giftBonus": 0,
"itemChangedPrice": 0,
"itemCount": 0,
"itemFinalPrice": 0,
"itemId": 0,
"itemName": "string",
"itemOriginalPrice": 0,
"itemType": "string",
"memberLevelDiscount": 0,
"orderAmount": 0,
"payMethodType": 0,
"platformSubsidyAmount": 0,
"specMappingTag": "string",
"stockSpecId": 0,
"subTotal": 0,
"tagLogo": "string",
"totalAmount": 0
}
],
"orderSource": 0,
"orderTotalPrice": 0,
"orderType": 0,
"shopId": 0,
"startTime": "string",
"totalConsumedBonusPoint": 0,
"totalDeliveryCharge": 0,
"visitDate": "string"
}curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/orderInfo/order/postOrder' \
--header 'Authorization;' \
--header 'openKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerAddressId": 0,
"deliveryType": 0,
"doctorAppointmentId": 0,
"orderItemList": [
{
"cardId": "string",
"cardServiceId": 0,
"consumedBonusPoint": 0,
"deliveryCharge": 0,
"enablePlatformSubsidy": 0,
"giftBonus": 0,
"itemChangedPrice": 0,
"itemCount": 0,
"itemFinalPrice": 0,
"itemId": 0,
"itemName": "string",
"itemOriginalPrice": 0,
"itemType": "string",
"memberLevelDiscount": 0,
"orderAmount": 0,
"payMethodType": 0,
"platformSubsidyAmount": 0,
"specMappingTag": "string",
"stockSpecId": 0,
"subTotal": 0,
"tagLogo": "string",
"totalAmount": 0
}
],
"orderSource": 0,
"orderTotalPrice": 0,
"orderType": 0,
"shopId": 0,
"startTime": "string",
"totalConsumedBonusPoint": 0,
"totalDeliveryCharge": 0,
"visitDate": "string"
}'{
"code": 0,
"data": "string",
"extraData": {},
"extraData1": {},
"message": "string"
}