Commit f6e292df authored by fangxinjiang's avatar fangxinjiang

SMS-accesskey调整

parent 7eba426d
...@@ -19,8 +19,8 @@ import lombok.extern.slf4j.Slf4j; ...@@ -19,8 +19,8 @@ import lombok.extern.slf4j.Slf4j;
@Slf4j @Slf4j
public class SmsUtil { public class SmsUtil {
private static final String ACCESS_KEY_ID = "LTAI5tHhZsMpGn8skGFFCGNt"; private static final String ACCESS_KEY_ID = "LTAI5t7p866qHr6p1Kuog7b1";
private static final String ACCESS_KEY_SECRET = "NcSbUD8mdNQRPgf9SqrEMAe1ybwEl0"; private static final String ACCESS_KEY_SECRET = "tMxJt1TWtHZr9bOpe1hk7PHRg0xrmf";
private static final String ERROR_INFO = "调取阿里云服务异常"; private static final String ERROR_INFO = "调取阿里云服务异常";
private SmsUtil() { throw new IllegalStateException("Utility class");} private SmsUtil() { throw new IllegalStateException("Utility class");}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment