소스 검색

初始化

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