{
"cars": [
{
"childOrderNo": "string",
"count": 0,
"extSkus": [
{
"extSku": "string",
"productId": "string",
"quantity": 0
}
],
"productId": "string",
"skuId": "string"
}
],
"deliveryAddress": {
"latitude": 0,
"longitude": 0,
"userName": "string"
},
"shopId": "string"
}curl --location --request POST 'http://dev-cn.your-api-server.com/api/starBucks/order/check?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"cars": [
{
"childOrderNo": "string",
"count": 0,
"extSkus": [
{
"extSku": "string",
"productId": "string",
"quantity": 0
}
],
"productId": "string",
"skuId": "string"
}
],
"deliveryAddress": {
"latitude": 0,
"longitude": 0,
"userName": "string"
},
"shopId": "string"
}'{
"data": {
"deliveryFee": 0,
"goodsList": [
{
"addExtPrice": 0,
"defaultImage": "string",
"memo": "string",
"name": "string",
"originPrice": 0,
"salePrice": 0,
"settlePrice": 0
}
]
},
"errCode": "string",
"errMessage": "string"
}