文档
测试

设备菜品列表

POST
/qgy/dishe/list

接口描述

可根据 菜名 || 菜品guid || 类型名称 ||几个合并 查看当前用户下的菜品 允许NULLL的参数不传则返回当前设备所绑定用户下各种分类的菜品

请求参数

参数名
类型
描述
必填
deviceKey
String
设备序列号
必填
index
Integer
当前页码
可选
length
Integer
每页个数
可选
name
String
菜名
可选
guid
String
菜品guid
可选
dishName
String
类型名称
可选

返回示例

``` { "result": 1, "msg": "successful operation!", "number": 10, "code": "QG_SUS1000", "data": [ { "createTime": "2019-10-10 17:20:22", "dishName": "热菜",//类型名称 "dishType": 1, "guid": "A0D7BD8E9B5D482BABBB395484789CAA", "name": "红烧肉", "price": 20.0, "faces": [ { "createTime": "2018-12-28T03:23:16+0000", "disheUrl": "http://pro-h.qigurl.com/qgy/image/58b2a7f0-f3a3-43d3-96ed-1f89eaaec5f4.png", "guid": "ceshi2", "disheGuid": "68E1FC365F05419196117ACC924F17F1", "name":"cs" "contSign":"1987,5852" } ] } ], "count": 1 } ```