文档
测试

添加设备菜单分类(油炸机)

POST
/sys/device/deepFryMenu/addDeviceCookClassify

请求头

参数名
类型
描述
必填
AutoToken
必填

请求参数

参数名
类型
描述
必填
classifyIsShow
boolean
是不是显示
必填
rotateSpeed
int
待机转速
必填
standRotateSpeed
int
待机转速
必填
temperature
int
温度
必填
classifyName
String
分类名称
必填
storeId
String
必填
deviceId
String
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": { "id": 37, "classifyId": 2, "classifyName": "哈哈哈", "temperature": 169, "rotateSpeed": 3, "standRotateSpeed": 3, "menuCount": 0, "classifyIsShow": true, "updateTime": 1604039271834, "indexValue": 2, "deviceId": 4, "storeId": 2, "maxIndex": 0, "maxClassifyId": 0 } }