添加监听服务异常发送短信功能(待短信服务提供)

ds-xuancheng
luyya 2025-05-12 09:36:53 +08:00
parent fbdae27daf
commit d04bc848ea
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ public class IndexStaticsController extends BaseController {
// -- todo 发送短信
SysNoticeBo noticeBo = new SysNoticeBo();
noticeBo.setNoticeTitle("手机号码");
noticeBo.setNoticeType("3");
noticeBo.setNoticeContent(strs.toString()+"数据不正常,请检查服务是否正常");
noticeBo.setCreateTime(DateUtil.date());