Class DingZhongConfig
- java.lang.Object
-
- org.dromara.sms4j.provider.config.BaseConfig
-
- org.dromara.sms4j.dingzhong.config.DingZhongConfig
-
- All Implemented Interfaces:
SupplierConfig
public class DingZhongConfig extends BaseConfig
- Author:
- Wind
-
-
Field Summary
Fields Modifier and Type Field Description private StringbaseAction基础接口名称private StringrequestUrl请求地址private StringtemplateAction模板接口名称private StringtemplateName模板变量名称
-
Constructor Summary
Constructors Constructor Description DingZhongConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSupplier()获取供应商-
Methods inherited from class org.dromara.sms4j.provider.config.BaseConfig
setMaxRetries, setRetryInterval
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dromara.sms4j.api.universal.SupplierConfig
getConfigId, getProxy
-
-
-
-
Method Detail
-
getSupplier
public String getSupplier()
获取供应商- Since:
- 3.0.0
-
-