|
@@ -300,7 +300,7 @@ public class IdentifyingCodeUtil {
|
|
|
public static boolean sendSMSAli(String mobileNo, String text) throws Exception {
|
|
|
Client client = ShotMsgUtil.createClient("LTAI5tEupgaUejG7mC6VHNF6", "QlRvqFRc51OzANL4uYlLx7MKZUB2rx");
|
|
|
SendSmsRequest sendSmsRequest = new SendSmsRequest()
|
|
|
- .setPhoneNumbers("19802329506")
|
|
|
+ .setPhoneNumbers(mobileNo)
|
|
|
.setSignName("前沿动力")
|
|
|
.setTemplateCode("SMS_221636828")
|
|
|
.setTemplateParam("{code:" + text + "}");
|