新增短信自定义适配,新增广州掌骏自定义实现demo(忘记的提交)

This commit is contained in:
Fn 2023-10-31 17:00:04 +08:00
parent fe0541c59e
commit 3052fbadae

View File

@ -13,6 +13,11 @@ import org.dromara.sms4j.comm.exception.SmsBlendException;
@Data @Data
public abstract class BaseConfig implements SupplierConfig { public abstract class BaseConfig implements SupplierConfig {
/**
* 自定义实现工厂路径
*/
private String factory;
/** /**
* Access Key * Access Key
*/ */