文档
测试

根据设备名称搜索

POST
localhost:11000/product/alarmregister/search/test0001?limit=1&page=1

请求参数

参数名
类型
描述
必填
limit
单页数量
必填
page
当前页
必填

说明 / 示例

{ "msg": "success", "code": 0, "list": { "totalCount": 2, "pageSize": 1, "totalPage": 2, "currPage": 1, "list": [ { "id": 1, "registername": "0001", "customername": "贵阳职业技术学院", "machinename": "test0001", "controllername": "A相电压", "alarmcontent": "电压过高", "condition1": "1", "value1": "100", "andor": "1", "condition2": "2", "value2": "200", "createtime": null, "issendmessage": "1", "unit": "V" } ] } }