From 41c6a79196430ad601559e46983b31239afd0aaf Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 12 May 2023 09:09:16 +0000 Subject: [PATCH] update sms4j-provider/src/main/java/org/dromara/sms4j/ctyun/service/CtyunSmsImpl.java. Signed-off-by: Charles --- .../java/org/dromara/sms4j/ctyun/service/CtyunSmsImpl.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sms4j-provider/src/main/java/org/dromara/sms4j/ctyun/service/CtyunSmsImpl.java b/sms4j-provider/src/main/java/org/dromara/sms4j/ctyun/service/CtyunSmsImpl.java index e9324e6e..3821ff15 100644 --- a/sms4j-provider/src/main/java/org/dromara/sms4j/ctyun/service/CtyunSmsImpl.java +++ b/sms4j-provider/src/main/java/org/dromara/sms4j/ctyun/service/CtyunSmsImpl.java @@ -39,13 +39,6 @@ public class CtyunSmsImpl implements SmsBlend { private final ForestConfiguration http = BeanFactory.getForestConfiguration(); - /** - * AlibabaSmsImpl - *

构造器,用于构造短信实现模块 - * - * @author :Wind - */ - public CtyunSmsImpl(CtyunConfig ctyunConfig, Executor pool, DelayedTime delayedTime) { this.ctyunConfig = ctyunConfig; this.pool = pool;