|
@ -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: |
|
|