Browse Source

fix: SmsPlatformConfig.java

dev
wangqing 4 years ago
parent
commit
83ab6d6b33
  1. 2
      tduck-common/src/main/java/com/tduck/cloud/common/sms/SmsPlatformConfig.java

2
tduck-common/src/main/java/com/tduck/cloud/common/sms/SmsPlatformConfig.java

@ -17,7 +17,7 @@ public class SmsPlatformConfig {
@Bean @Bean
public SmsService xssFilterRegistration() { public SmsService smsService() {
SmsService smsService = null; SmsService smsService = null;
switch (properties.getType()) { switch (properties.getType()) {
case ALIYUN: case ALIYUN:

Loading…
Cancel
Save