Showing
1 changed file
with
1 additions
and
1 deletions
@@ -69,7 +69,7 @@ public class SendSmsService { | @@ -69,7 +69,7 @@ public class SendSmsService { | ||
69 | if (Objects.nonNull(businessClient) && businessClient.intValue() == BusinessClientEnum.TAOBAO_FLEAMARKET_CLIENT.getCode()) { | 69 | if (Objects.nonNull(businessClient) && businessClient.intValue() == BusinessClientEnum.TAOBAO_FLEAMARKET_CLIENT.getCode()) { |
70 | smsProviderCode = null; | 70 | smsProviderCode = null; |
71 | } | 71 | } |
72 | - // 闲鱼,使用【UFO】 | 72 | + // 使用【UFO飞碟好物】 |
73 | else { | 73 | else { |
74 | smsProviderCode = "3"; | 74 | smsProviderCode = "3"; |
75 | } | 75 | } |
-
Please register or login to post a comment