[web-app]前端开放设置企业微信机器人告警通知

This commit is contained in:
tomsun28
2022-02-22 11:08:50 +08:00
parent e54ba2b058
commit ac66499bf3
4 changed files with 23 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ public class NoticeReceiver {
@ApiModelProperty(value = "通知信息方式: 0-手机短信 1-邮箱 2-webhook 3-微信公众号 4-企业微信机器人 5-钉钉机器人", accessMode = READ_WRITE, position = 2)
@Min(0)
@Max(3)
@Max(8)
@NotNull
private Byte type;