1、静态任务下发指令,写入事件类型字段

2、任务新建时,就把选择规则状态设置为使用中
3、
This commit is contained in:
PushM
2024-06-10 02:57:43 +08:00
parent 917cf56ea0
commit 793f835b18

View File

@@ -56,7 +56,7 @@ public class TaskCommandInfo {
@JsonProperty("distribute_point")
private String distributePoint;
@Schema(description = "事件类型(策略模板名称)", example = "DDOS")
@Schema(description = "事件类型", example = "DDOS")
@JsonProperty("event_type")
private String eventType;