文档
测试

查询菜单

POST
/api/app/device/menu/queryMenu

请求参数

参数名
类型
描述
必填
storeId
int
示例:3
必填
deviceId
int
示例:48
必填
productType
int
示例:2
必填
classifyId(可以不传)
int
示例:1
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": [ { "id": 68, "menuName": "6666", "uploadFileUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/SMART_OVEN_1inch/1608627897827.png", "menuPrice": 100000, "classifyId": 1, "storeId": 3, "deviceId": 48, "productType": 2 }, { "id": 69, "menuName": "智能烤狗", "uploadFileUrl": "http://oven-bin-kfc.oss-cn-shenzhen.aliyuncs.com/SMART_OVEN_1inch/1608627968343.png", "menuPrice": 100000, "classifyId": 1, "storeId": 3, "deviceId": 48, "productType": 2 } ] }