文档
测试

获取设备零件的使用信息(油炸机)

POST
/sys/device/deepFryPartCount/query

请求头

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

请求参数

参数名
类型
描述
必填
storeId
int
示例:2
必填
deviceId
int
示例:10
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": { "id": 1, "motorCount": 10, "oilDischargeBallCount": 10, "rowBottomOilCount": 10, "oilInCount": 10, "jibDiaphragmCount": 10, "ledLampCount": 10, "heatingTubeLeftCount": 5, "heatingTubeRightCount": 10, "pipelineHeatingCoilCount": 10, "shorteningFilterCount": 10, "storeId": 2, "deviceId": 10 } }