cn.hippo4j.starter.alarm.NotifyPlatformEnum Maven / Gradle / Ivy
package cn.hippo4j.starter.alarm;
/**
* Notify platform enum.
*
* @author chen.ma
* @date 2021/8/15 15:50
*/
public enum NotifyPlatformEnum {
/**
* 钉钉
*/
DING,
/**
* 飞书
*/
LARK,
/**
* 企业微信
*/
WECHAT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy