update sms4j-provider/src/main/java/org/dromara/sms4j/ctyun/service/CtyunSmsImpl.java.

Signed-off-by: Charles <charles7c@126.com>
This commit is contained in:
Charles 2023-05-12 09:09:16 +00:00 committed by Gitee
parent 2fc2488890
commit 41c6a79196
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -39,13 +39,6 @@ public class CtyunSmsImpl implements SmsBlend {
private final ForestConfiguration http = BeanFactory.getForestConfiguration();
/**
* AlibabaSmsImpl
* <p>构造器用于构造短信实现模块
*
* @author :Wind
*/
public CtyunSmsImpl(CtyunConfig ctyunConfig, Executor pool, DelayedTime delayedTime) {
this.ctyunConfig = ctyunConfig;
this.pool = pool;