Commit 7c24db33 authored by taabe's avatar taabe

bug

parent 849f8cdd
......@@ -83,7 +83,7 @@ public class AlertCalledAction {
for (String mobile : mobiles) {
smsParams.put("mobile", mobile);
//发送短信
// Systemctl.smsClient.sendCommonSms(smsParams);
Systemctl.smsClient.sendCommonSms(smsParams);
}
}
}
......
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