diff --git a/nezha接口文档.md b/nezha接口文档.md index 510298b..dfecbc9 100644 --- a/nezha接口文档.md +++ b/nezha接口文档.md @@ -2063,9 +2063,7 @@ ids |Integer[] |R |id 示例: ``` -{ - "ids": [35,24,1] -} +[35,24,1] ``` ###### 返回结果 @@ -2208,7 +2206,10 @@ uuids |Integer[] |R |节点id 示例: ``` -GET /system/deleteNodeRel?id=3&uuids=4,42,3 +{ + "id": 2, + "uuids": [1,2,3] +} ``` ###### 返回结果 @@ -2574,9 +2575,7 @@ ids |Integer[] |R |id 示例: ``` -{ - "ids": [35,24,1] -} +[35,24,1] ``` ###### 返回结果