Commit d32db48b authored by suhuiguang's avatar suhuiguang

fixcm): 启用管理

1.停用增加原因
parent 776fcbc6
......@@ -27,7 +27,7 @@ public class TcmCommonService {
log.info("开始调用平台发送短信:{},{},{}", smsCode, mobile, customSmsMap);
Systemctl.smsClient.sendCommonSms(buildSmsMap(smsCode, mobile, customSmsMap));
} catch (InnerInvokException e) {
log.error("消息模板:{}, 手机号:{}, 调用平台发短信失败:{}", smsCode, mobile, e.getDevMessage());
log.error("消息模板:{}, 手机号:{}, 调用平台发短信失败:{}", smsCode, mobile, e.getMessage());
}
}
......
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