{
"cars": [
{
"childOrderNo": "string",
"count": 0,
"linkId": "string",
"mealRoundList": [
{
"mealItemList": [
{
"condimentItemList": [
{
"linkId": "string",
"quantity": 0
}
],
"linkId": "string",
"quantity": 0
}
],
"mealRoundId": "string"
}
]
}
],
"deliveryAddress": {
"latitude": 0,
"longitude": 0,
"userName": "string"
},
"orderCode": "string",
"packFlag": 0,
"shopId": "string"
}curl --location --request POST 'http://dev-cn.your-api-server.com/api/pizzahut/order/check?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"cars": [
{
"childOrderNo": "string",
"count": 0,
"linkId": "string",
"mealRoundList": [
{
"mealItemList": [
{
"condimentItemList": [
{
"linkId": "string",
"quantity": 0
}
],
"linkId": "string",
"quantity": 0
}
],
"mealRoundId": "string"
}
]
}
],
"deliveryAddress": {
"latitude": 0,
"longitude": 0,
"userName": "string"
},
"orderCode": "string",
"packFlag": 0,
"shopId": "string"
}'{
"data": {
"deliveryPrice": 0,
"goodsList": [
{
"childOrderNo": "string",
"godosMemo": "string",
"goodsId": "string",
"goodsImg": "string",
"goodsName": "string",
"num": 0
}
]
},
"errCode": "string",
"errMessage": "string"
}