This commit is contained in:
2023-10-28 16:56:23 +08:00
parent bf2860dcce
commit 7c1f5bc179

View File

@@ -87,8 +87,8 @@ func (s *BarProcessor) Execute(data any) (any, error) {
// 返回结果,用于记录执行结果 // 返回结果,用于记录执行结果
return map[string]any{ return map[string]any{
"message": "operation succeeded", "msg": "success",
"deleteFiles": string(out), "cmdoutput": string(out),
"affected": affected, "affected": affected,
}, nil }, nil
} }