Commit 3aec2078bf1fa2b9d78a8461f1e92fa425554eb7

Authored by 王言钊
1 parent f5b01788

新增直播申请短信通知功能6

src/main/java/com/cnlive/shenhe/job/LiveApplyJob.java
@@ -169,6 +169,7 @@ public class LiveApplyJob { @@ -169,6 +169,7 @@ public class LiveApplyJob {
169 logger.info("当前发送短信用户为:" + liveApply.getMobile() + ",发送短信的直播申请审核云id为:" + liveApply.getId() + "结果为:" + post.get("result")); 169 logger.info("当前发送短信用户为:" + liveApply.getMobile() + ",发送短信的直播申请审核云id为:" + liveApply.getId() + "结果为:" + post.get("result"));
170 noticeState = CommonConst.NOTICE_SUCCESS; 170 noticeState = CommonConst.NOTICE_SUCCESS;
171 noticeMsg = noticeMsg + "\n" + dateTime + "短信手机号" + liveApply.getMobile() + "(" + liveApply.getSender() + ")发送成功"; 171 noticeMsg = noticeMsg + "\n" + dateTime + "短信手机号" + liveApply.getMobile() + "(" + liveApply.getSender() + ")发送成功";
  172 + i = 0;
172 break; 173 break;
173 } 174 }
174 } 175 }