...
|
...
|
@@ -69,7 +69,7 @@ public class SendSmsService { |
|
|
if (Objects.nonNull(businessClient) && businessClient.intValue() == BusinessClientEnum.TAOBAO_FLEAMARKET_CLIENT.getCode()) {
|
|
|
smsProviderCode = null;
|
|
|
}
|
|
|
// 闲鱼,使用【UFO】
|
|
|
// 使用【UFO飞碟好物】
|
|
|
else {
|
|
|
smsProviderCode = "3";
|
|
|
}
|
...
|
...
|
|