X-API-Key: ********************{
"shopId": "b9634881-2f52-4159-a16f-4ced002108c2",
"shopType": "string"
}curl --location --request POST '/orderFood/getMenus' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "b9634881-2f52-4159-a16f-4ced002108c2",
"shopType": "string"
}'{
"code": 200,
"msg": "操作成功",
"data": [
{
"classExtId": {},
"deliveryPrice": 0,
"imageCnUrl": "string",
"menuStatus": 0,
"menuVersion": {},
"menuVoList": [
{
"basePrice": 0,
"cateName": "string",
"descCn": {},
"disabledFlag": 0,
"igName": {},
"imageUrl": "string",
"isMultipleChoice": "string",
"linkId": "string",
"menuFlag": "string",
"menuFlagType": "string",
"nameCn": "string",
"price": 0,
"priceHead": 0,
"productId": "string",
"productSign": {},
"settlementPrice": 0,
"showNameCn": "string",
"delType": 0
}
],
"shopCode": "string",
"shopId": "string",
"topHash": {},
"topName": "string",
"childClassList": [
{
"classExtId": {},
"imageCnUrl": "string",
"nameCn": "string",
"showFlag": 0,
"topName": "string",
"menuVoList": [
{
"basePrice": 0,
"cateName": "string",
"descCn": {},
"disabledFlag": 0,
"igName": {},
"imageUrl": "string",
"isMultipleChoice": "string",
"linkId": "string",
"menuFlag": "string",
"menuFlagType": "string",
"nameCn": "string",
"price": 0,
"priceHead": 0,
"productId": "string",
"productSign": {},
"settlementPrice": 0,
"showNameCn": "string",
"delType": 0
}
],
"delType": 0
}
],
"delType": 0
}
]
}