From d98d9f4c62d219ebd5a2d77cc28f2823f898b809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=B5=A9?= Date: Fri, 2 Aug 2019 16:25:50 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nezha接口文档.md b/nezha接口文档.md index 5e4e714..86fc1c5 100644 --- a/nezha接口文档.md +++ b/nezha接口文档.md @@ -4167,7 +4167,7 @@ param |String |R |任务参数,json方式保存 nodeGroupIds |Integer[] |R |节点组id nodeIds |Integer[] |R |节点uuid remark |String |R |备注 - +commandName |String |O |当type!=1时 必须有值 示例: ``` @@ -4181,7 +4181,8 @@ remark |String |R |备注 "param": "", "remark": "", "nodeGroupIds": [1,2,3], - "nodeIds": [7,8] + "nodeIds": [7,8], + "commandName":"" } ```