hxx пре 3 година
родитељ
комит
a7cf57d002
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/miniframe/tools/msg/IdentifyingCodeUtil.java

+ 1 - 1
src/main/java/com/miniframe/tools/msg/IdentifyingCodeUtil.java

@@ -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 + "}");