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