|
@@ -41,8 +41,9 @@ import java.util.concurrent.TimeUnit;
|
|
public class AliSmsServiceImpl implements IAliSmsService {
|
|
public class AliSmsServiceImpl implements IAliSmsService {
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(AliSmsServiceImpl.class);
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(AliSmsServiceImpl.class);
|
|
|
|
|
|
- @Value("${aliyun.sms.signName}")
|
|
|
|
private String SIGNNAME;
|
|
private String SIGNNAME;
|
|
|
|
+ @Value("${aliyun.sms.signName}")
|
|
|
|
+ private String DEFAULT_SIGNNAME;
|
|
@Value("${aliyun.sms.registerTemplateCode}")
|
|
@Value("${aliyun.sms.registerTemplateCode}")
|
|
private String REGISTERTEMPLATECODE;
|
|
private String REGISTERTEMPLATECODE;
|
|
@Value("${aliyun.sms.accessKeyId}")
|
|
@Value("${aliyun.sms.accessKeyId}")
|