Showing
1 changed file
with
3 additions
and
2 deletions
@@ -77,9 +77,10 @@ public class VoiceMsgServiceImpl implements VoiceMsgService { | @@ -77,9 +77,10 @@ public class VoiceMsgServiceImpl implements VoiceMsgService { | ||
77 | voiceSms.setSig(MD5Util.encryption(sendsmsConfig.getQcloudSmsKey() + str)); | 77 | voiceSms.setSig(MD5Util.encryption(sendsmsConfig.getQcloudSmsKey() + str)); |
78 | voiceSms.setTel(tel); | 78 | voiceSms.setTel(tel); |
79 | DEBUG.info("send voice notice msg,content:{}", JSON.toJSONString(voiceSms)); | 79 | DEBUG.info("send voice notice msg,content:{}", JSON.toJSONString(voiceSms)); |
80 | - String result = httpRestClientService.doPostStringJson(sendsmsConfig.getQcloudVoiceUrl(), JSON.toJSONString(voiceSms)); | 80 | + // String result = httpRestClientService.doPostStringJson(sendsmsConfig.getQcloudVoiceUrl(), JSON.toJSONString(voiceSms)); |
81 | + String result="stop"; | ||
81 | DEBUG.info("send voice notice msg,result:{}", result); | 82 | DEBUG.info("send voice notice msg,result:{}", result); |
82 | - monitorAlarmMapper.insertAlarmMsg(InfluxDBContants.AWS, "voice", promptfile, "null", result!=null ? "successed" : "faild", result,mobile); | 83 | + // monitorAlarmMapper.insertAlarmMsg(InfluxDBContants.AWS, "voice", promptfile, "null", result!=null ? "successed" : "faild", result,mobile); |
83 | } | 84 | } |
84 | 85 | ||
85 | } catch (Exception e) { | 86 | } catch (Exception e) { |
-
Please register or login to post a comment