summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author陈劲松 <[email protected]>2019-08-08 11:05:59 +0800
committer陈劲松 <[email protected]>2019-08-08 11:05:59 +0800
commitecdac2ff60eb803e26dd3bed320ba697f661ac8b (patch)
tree02ee7e3df4a83902ae6aa9bc13f79db9a3ba71dd
parent775203f1095e73ce1f4b00f98f5ffb5f2afa11d3 (diff)
Update nezha接口文档.md
-rw-r--r--nezha接口文档.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nezha接口文档.md b/nezha接口文档.md
index 2b7d18c..62ba358 100644
--- a/nezha接口文档.md
+++ b/nezha接口文档.md
@@ -723,7 +723,7 @@ data |Object |R |&nbsp;
&emsp;list |Object[] |R |&nbsp;
&emsp;&emsp;systemId |Integer |R |业务系统id
&emsp;&emsp;systemName |String |R |业务系统名称
-&emsp;&emsp;groups |Object[] |R |接电阻
+&emsp;&emsp;nodegroups |Object[] |R |接电阻
&emsp;&emsp;&emsp;id |Integer |R |节点组id
&emsp;&emsp;&emsp;name |String |R |节点组名称
&emsp;&emsp;&emsp;allowAss |String |R |能否分配节点 0不能,1可以
@@ -740,7 +740,7 @@ data |Object |R |&nbsp;
"list": [{
"systemId": 1,
"systemName": "system1",
- "groups": [
+ "nodegroups": [
{"id": 8, "name": "group1", "pid": 0, "allowAss": "0", "allowSub": "1"},
{"id": 9, "name": "group1-1", "pid": 8, "allowAss": "0", "allowSub": "1"},
{"id": 28, "name": "group1-1-9", "pid": 9, "allowAss": "1", "allowSub": "0"}