Commit 84dc77f9 authored by suhuiguang's avatar suhuiguang

fixcm): 启用管理

1.启用停用增加短信提醒,不校验短信发送频率
parent ff8408db
......@@ -24,6 +24,7 @@ public class TcmCommonService {
return;
}
try {
log.info("开始调用平台发送短信:{},{},{}", smsCode, mobile, customSmsMap);
Systemctl.smsClient.sendCommonSms(buildSmsMap(smsCode, mobile, customSmsMap));
} catch (InnerInvokException e) {
log.error("消息模板:{}, 手机号:{}, 调用平台发短信失败:{}", smsCode, mobile, e.getDevMessage());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment