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

发送短信接口

parent 5a448844
...@@ -92,10 +92,10 @@ public class AlertCalledAction { ...@@ -92,10 +92,10 @@ public class AlertCalledAction {
smsParams.put("smsCode", smsCode); smsParams.put("smsCode", smsCode);
for (String mobile : mobiles) { for (String mobile : mobiles) {
smsParams.put("mobile", mobile); 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