监测设置删除接口改成状态变更

This commit is contained in:
陈劲松
2019-08-01 14:10:04 +08:00
parent 0b75b4e289
commit 17be6da749

View File

@@ -3535,23 +3535,25 @@ msg |string |R | 
}
```
##### 2.3.2.5 监测设置删除
##### 2.3.2.5 监测设置状态变更
- **接口说明:** 监测类别删除
- **接口地址:** /deteSet/delete
- **请求方式:** DELETE
- **接口说明:** 监测设置状态变更1删除、2停用、3监控中
- **接口地址:** /deteSet/changeState
- **请求方式:** PUT
###### 请求参数
参数名称 |类型 |出现要求 |描述
:---- |:--- |:------ |:---
id |Integer |R |id
ids |Integer[] |R |id
state |String |R |状态1删除、2停用、3监控中
示例:
```
{
"id": 35
"id": 35,
"state": "2"
}
```
@@ -3581,7 +3583,7 @@ msg |string |R | 
参数名称 |类型 |出现要求 |描述
:---- |:--- |:------ |:---
id |String |O |唯一标识,为空表示正在新增监测类别
id |Integer |O |唯一标识,为空表示正在新增监测类别
name |String |R |名称
示例: