{
"latitude": "string",
"longitude": "string",
"orderType": "string",
"shopId": "string"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/api/starBucks/shop_menu?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"latitude": "string",
"longitude": "string",
"orderType": "string",
"shopId": "string"
}'
{
"data": {
"menu": [
{
"name": "string",
"subCategories": [
{
"defaultImage": "string",
"name": "string",
"products": [
{
"defaultSkuId": "string",
"hasCustomization": 0,
"id": "string",
"image": "string",
"name": "string",
"price": 0,
"salePrice": 0
}
]
}
]
}
],
"shop": {
"areaCode": "string",
"banners": [
"string"
],
"brandCode": "string",
"description": "string",
"distance": 0,
"distanceStr": "string",
"endTime": "string",
"latitude": 0,
"longitude": 0,
"notice": "string",
"servicePhone": "string",
"services": [
"string"
],
"shopAddress": "string",
"shopBrand": {
"brandCode": "string",
"brandLogo": "string",
"brandName": "string",
"deliveryTips": "string",
"interfaceStatus": "Normal",
"openDelivery": true
},
"shopId": "string",
"shopLogoUrl": "string",
"shopName": "string",
"startTime": "string",
"status": "None",
"tags": [
"string"
],
"typeCode": "string",
"typeName": "string"
}
},
"errCode": "string",
"errMessage": "string"
}