Package org.dromara.sms4j.danmi.config
Class DanMiConfig
- java.lang.Object
-
- org.dromara.sms4j.provider.config.BaseConfig
-
- org.dromara.sms4j.danmi.config.DanMiConfig
-
- All Implemented Interfaces:
SupplierConfig
public class DanMiConfig extends BaseConfig
类名: DanMiConfig
说明: 旦米短信差异配置
- Author:
- :bleachtred 2024/6/23 17:06
-
-
Constructor Summary
Constructors Constructor Description DanMiConfig()
-
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
-
-