{
"latitude": "string",
"longitude": "string",
"orderType": "string",
"shopId": "string"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/api/ruixing/shop_menu?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"latitude": "string",
"longitude": "string",
"orderType": "string",
"shopId": "string"
}'
{
"data": {
"menu": [
{
"categoryId": "string",
"categoryImg": "string",
"categoryName": "string",
"items": [
{
"bigPicUrl": "string",
"defaultPicUrl": "string",
"discountPrice": 0,
"initialPrice": 0,
"mode": 0,
"name": "string",
"productId": "string",
"putAmount": 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"
}