Commit f5b0178801c9093dee2ca847014d4efefac2e3ce

Authored by 王言钊
1 parent eb4f51d0

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

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 + break;
172 } 173 }
173 } 174 }
174 liveApply.setEmail_notice_state(noticeState); 175 liveApply.setEmail_notice_state(noticeState);