菜品父级信息查询
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/cater/dish/categoryAll
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/cater/dish/categoryAll?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId":247900002,
"deviceId":"asdaffa",
"deviceStatus":2
}'
响应示例响应示例
{
"code": 0,
"message": "成功[OK]",
"messageUuid": "3337b6f6-9c95-4992-9fd7-dd7e1e1fc453",
"result": [
{
"aliasName": "重庆火锅",
"name": "火锅",
"sort": 1,
"id": 37931006707131390,
"parentId": 11223455,
"level": 2
}
]
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json