文档
测试

删除监测单元

POST
http://localhost:9000/v1/manageApi/sysmanagement/equipment/deleteMonitor

接口描述

删除未绑定的,离线的监测单元

请求参数

参数名
类型
描述
必填
monitorId
int
监测单元ID
必填

说明 / 示例

```json { "data": [], "msg": "请求成功", "reslutCode": 0, "success": true } webSocket推送:(portStateCode=18) { "monitorOnlineStatusPush": { "abnormalArea": 0, "exceptionTime": "", "monitorMac": "00000204", "interlockLocation": 0, "portStateCode": 18, "portStateMessage": "删除监测单元", "iconUrl": "", "toolTypeName": "", "assemblylineId": 0, "stationId": 0, "stationNumber": "", "areaCode": 0, "rowNumber": 0, "cabinetId": 0, "monitorNormal": false, "toolTypeId": 0, "interlockMac": "", "id": 0, "status": 0, "monitorId": 9, "offlineTime": 0, "oldStationNumber": "", "colorStatus": 0 }, "workshopId": 5 } ```