feat(X-Pack): 定时报告增加国际飞书推送 #13241

This commit is contained in:
fit2cloud-chenyw
2025-01-09 17:50:34 +08:00
committed by xuwei-fit2cloud
parent 03b9ee8d90
commit 98372322f2
9 changed files with 16 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import java.util.Arrays;
public enum MessageEnum {
INNER(0), EMAIL(1), WECOM(2), DINGTALK(3), LARK(4), LARKSUITE(5), LARKGROUP(6), WEBHOOK(7);
INNER(0), EMAIL(1), WECOM(2), DINGTALK(3), LARK(4), LARKSUITE(5), LARKGROUP(6), WEBHOOK(7), LARKSUITEGROUP(8);
private Integer flag;
public Integer getFlag() {