|
@@ -27,7 +27,7 @@ public class SendSmsComponents {
|
|
|
public void sendSms(String phoneNumber, String captcha) throws Exception {
|
|
public void sendSms(String phoneNumber, String captcha) throws Exception {
|
|
|
// 阿里云
|
|
// 阿里云
|
|
|
aliyunSendSmsComponents.sendSms(phoneNumber, captcha);
|
|
aliyunSendSmsComponents.sendSms(phoneNumber, captcha);
|
|
|
-// // 腾讯云
|
|
|
|
|
|
|
+// 腾讯云
|
|
|
// tencentSendSmsComponents.sendSms(phoneNumber, captcha);
|
|
// tencentSendSmsComponents.sendSms(phoneNumber, captcha);
|
|
|
// // 百度
|
|
// // 百度
|
|
|
// baiduSendSmsComponents.sendSms(phoneNumber, captcha);
|
|
// baiduSendSmsComponents.sendSms(phoneNumber, captcha);
|