From 793f835b18583e7cfe74f1eeaab71c41982b8421 Mon Sep 17 00:00:00 2001 From: PushM <584406942@qq.com> Date: Mon, 10 Jun 2024 02:57:43 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E9=9D=99=E6=80=81=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E6=8C=87=E4=BB=A4=EF=BC=8C=E5=86=99=E5=85=A5?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5=202?= =?UTF-8?q?=E3=80=81=E4=BB=BB=E5=8A=A1=E6=96=B0=E5=BB=BA=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=B0=B1=E6=8A=8A=E9=80=89=E6=8B=A9=E8=A7=84=E5=88=99=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E8=AE=BE=E7=BD=AE=E4=B8=BA=E4=BD=BF=E7=94=A8=E4=B8=AD?= =?UTF-8?q?=203=E3=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../protection/configuration/entity/task/TaskCommandInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/realtime/protection/configuration/entity/task/TaskCommandInfo.java b/src/main/java/com/realtime/protection/configuration/entity/task/TaskCommandInfo.java index 29eff5f..b20f879 100644 --- a/src/main/java/com/realtime/protection/configuration/entity/task/TaskCommandInfo.java +++ b/src/main/java/com/realtime/protection/configuration/entity/task/TaskCommandInfo.java @@ -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;