Closed beebol closed 2 years ago
@beebol 你好 请问下报警接口是怎么实现的 有具体的吗
@beebol 您好。如果是从1.x升级到2.1版本,由于项目模块变更,发送邮件改成更灵活的方式,需要自己实现。可参照1.X版本中cachecloud-open-common模块中的EmailComponentImpl和MobileAlertComponentImpl中的实现,重写2.1版本中的cachecloud-custom模块下的DefaultWeChatComponent和DefaultEmailComponent中对应的方法。 注:手机或邮件告警相关配置常量从ConstUtils转移到AlertUtils类。在拷贝上述实现时,请注意。
升级到cachecloud 2.1后,后台配置的短信和邮件报警接口无法收到报警。 之前的版本是可以正常使用的。