{
"latitude": "string",
"longitude": "string",
"orderType": "string",
"shopId": "string"
}curl --location --request POST 'http://dev-cn.your-api-server.com/api/pizzahut/shop_menu?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"latitude": "string",
"longitude": "string",
"orderType": "string",
"shopId": "string"
}'{
"data": {
"menu": [
{
"imageCnUrl": "string",
"menuList": [
{
"amount": 0,
"imageUrl": "string",
"linkId": "string",
"menuFlag": "string",
"nameCn": "string",
"price": 0,
"saleAmount": 0
}
],
"topName": "string"
}
],
"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"
}