Commit d82e7aab authored by 付培阳's avatar 付培阳

发送短信接口

parent 5a448844
......@@ -92,9 +92,9 @@ public class AlertCalledAction {
smsParams.put("smsCode", smsCode);
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