mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
feat(X-Pack): 定时报告增加国际飞书推送 #13241
This commit is contained in:
committed by
xuwei-fit2cloud
parent
03b9ee8d90
commit
98372322f2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user