From 378b8d322bab6393da743ec0d2d9905c24ec0dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=B5=A9?= Date: Thu, 15 Aug 2019 15:33:26 +0800 Subject: [PATCH] =?UTF-8?q?Update=20nezha=E6=8E=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha接口文档.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nezha接口文档.md b/nezha接口文档.md index 5383b1c..fb1cdef 100644 --- a/nezha接口文档.md +++ b/nezha接口文档.md @@ -4213,6 +4213,7 @@ nodeGroupIds |Integer[] |R |节点组id nodeIds |Integer[] |R |节点uuid remark |String |R |备注 commandName |String |O |当type!=1时 必须有值 +commandType |String |O |当type!=1时 必须有值 示例: @@ -4228,7 +4229,8 @@ commandName |String |O |当type!=1时 必须有值 "remark": "", "nodeGroupIds": [1,2,3], "nodeIds": [7,8], - "commandName":"" + "commandName":"", + "commandType":"" } ```