浏览代码

初始化

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