mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-06 17:08:40 +08:00
update 添加作者
This commit is contained in:
parent
f3327c33fa
commit
fb198304a0
@ -5,6 +5,13 @@ import lombok.EqualsAndHashCode;
|
||||
import org.dromara.sms4j.comm.constant.SupplierConstant;
|
||||
import org.dromara.sms4j.provider.config.BaseConfig;
|
||||
|
||||
/**
|
||||
* <p>类名: JiguangConfig
|
||||
* <p>说明:极光 sms
|
||||
*
|
||||
* @author :SmartFire
|
||||
* 2024/3/15
|
||||
**/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class JiguangConfig extends BaseConfig {
|
||||
|
||||
@ -7,10 +7,10 @@ import org.dromara.sms4j.jiguang.service.JiguangSmsImpl;
|
||||
import org.dromara.sms4j.provider.factory.AbstractProviderFactory;
|
||||
|
||||
/**
|
||||
* JiguangConfig
|
||||
* <p> 极光对象建造者
|
||||
* <p>类名: JiguangFactory
|
||||
* <p>说明:极光 sms
|
||||
*
|
||||
* @author :dy
|
||||
* @author :SmartFire
|
||||
* 2024/3/15
|
||||
**/
|
||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
||||
|
||||
@ -17,11 +17,12 @@ import java.util.*;
|
||||
import java.util.concurrent.Executor;
|
||||
|
||||
/**
|
||||
* 极光短信实现
|
||||
* <p>类名: JiguangSmsImpl
|
||||
* <p>说明:极光 sms
|
||||
*
|
||||
* @author Charles7c
|
||||
* @since 2023/4/10 20:01
|
||||
*/
|
||||
* @author :SmartFire
|
||||
* 2024/3/15
|
||||
**/
|
||||
@Slf4j
|
||||
public class JiguangSmsImpl extends AbstractSmsBlend<JiguangConfig> {
|
||||
|
||||
|
||||
@ -13,11 +13,12 @@ import org.dromara.sms4j.jiguang.config.JiguangConfig;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* Helper
|
||||
* <p>类名: JiGuangHelper
|
||||
* <p>说明:极光 sms
|
||||
*
|
||||
* @author dy
|
||||
* @since 2023/12/26 20:57
|
||||
*/
|
||||
* @author :SmartFire
|
||||
* 2024/3/15
|
||||
**/
|
||||
@Slf4j
|
||||
public class JiGuangHelper {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user