{
"latitude": "string",
"longitude": "string",
"orderType": "string",
"shopId": "string"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/api/naixue/shop_menu?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"latitude": "string",
"longitude": "string",
"orderType": "string",
"shopId": "string"
}'
{
"data": {
"menu": [
{
"defaultImage": "https://example.com/icon_default.png",
"icon": "https://example.com/icon.png",
"imageOff": "https://example.com/icon_inactive.png",
"imageOn": "https://example.com/icon_active.png",
"itemList": [
{
"amount": 20,
"discountPrice": 25,
"itemCoverImg": "http://example.com/images/cover.jpg",
"itemDesc": "使用优质水蜜桃制作的特色饮品",
"itemId": 1001,
"itemImage": "http://example.com/images/item.jpg",
"itemLabelList": [
{
"icon": "string",
"labelId": 0,
"rgb": "string",
"word": "string",
"wordRgb": "string"
}
],
"itemName": "芝芝桃桃",
"itemStatus": 3,
"itemSubType": 0,
"itemType": 1,
"minBuyNum": 1,
"multiSpecification": 0,
"newMultiSpecification": 1,
"packPrice": 0,
"priceType": 0,
"skuCode": "SKU123456",
"spuCode": "SPU123456",
"unit": "杯"
}
],
"name": "当季限定"
}
],
"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"
}