drew 6 years ago
parent
commit
8666e2a34a

+ 1 - 1
src/main/java/com/izouma/awesomeAdmin/service/sms/AliSmsService.java

@@ -43,7 +43,7 @@ public class AliSmsService implements SmsService {
 
         String code = RandomStringUtils.randomNumeric(4);
         DefaultProfile profile = DefaultProfile.getProfile("cn-hangzhou",
-                "LTAI4GKcnCB7GPJLxEQF8hdS", "U667FXCjt8S2Z1ser3HPOLZgfpo1WM");
+                "LTAI4G3PThKHKVNzT3BSgj7L", "LFxDUVeSszsiGue7GfdgzfeT0JhMH4");
         IAcsClient client = new DefaultAcsClient(profile);
 
         CommonRequest request = new CommonRequest();