Commit f5b0178801c9093dee2ca847014d4efefac2e3ce
1 parent
eb4f51d0
新增直播申请短信通知功能5
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/job/LiveApplyJob.java
| ... | ... | @@ -169,6 +169,7 @@ public class LiveApplyJob { |
| 169 | 169 | logger.info("当前发送短信用户为:" + liveApply.getMobile() + ",发送短信的直播申请审核云id为:" + liveApply.getId() + "结果为:" + post.get("result")); |
| 170 | 170 | noticeState = CommonConst.NOTICE_SUCCESS; |
| 171 | 171 | noticeMsg = noticeMsg + "\n" + dateTime + "短信手机号" + liveApply.getMobile() + "(" + liveApply.getSender() + ")发送成功"; |
| 172 | + break; | |
| 172 | 173 | } |
| 173 | 174 | } |
| 174 | 175 | liveApply.setEmail_notice_state(noticeState); | ... | ... |