| | |
| | | package cn.gistack.sm.skBaiYiTest.controller; |
| | | |
| | | import cn.com.flaginfo.sdk.cmc.api.result.ComResult; |
| | | import cn.com.flaginfo.sdk.cmc.api.sms.send.SMSSendDataResult; |
| | | import cn.com.flaginfo.sdk.cmc.api.sms.send.SMSSendRequest; |
| | | import cn.gistack.sm.skBaiYiTest.entity.BaiYiTestEntity; |
| | | import cn.gistack.sm.skBaiYiTest.entity.WarnMsg; |
| | |
| | | request.setUserNumber(phone); |
| | | request.setTemplateId("2431012282799");//短信模版编号 |
| | | request.setMessageContent("紧急通知:"+skName+" 中以下白蚁监测点发生白蚁预警,请立安排人前去检查是否真实存在白蚁:"+ bayistate); |
| | | SmsUtils.sendMsg(request); |
| | | // SmsUtils.sendMsg(request); |
| | | ComResult<SMSSendDataResult> smsSendDataResultComResult = SmsUtils.sendMsg(request); |
| | | log.info("短信返回信息:" + smsSendDataResultComResult.toString()); |
| | | |
| | | } |
| | | } |