添加监听服务异常发送短信功能(待短信服务提供)
parent
fbdae27daf
commit
d04bc848ea
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue