Package org.dromara.sms4j.emay.config
Class EmayConfig
- java.lang.Object
-
- org.dromara.sms4j.provider.config.BaseConfig
-
- org.dromara.sms4j.emay.config.EmayConfig
-
- All Implemented Interfaces:
SupplierConfig
public class EmayConfig extends BaseConfig
- Author:
- Richard
-
-
Field Summary
Fields Modifier and Type Field Description private StringrequestUrlAPP接入地址
-
Constructor Summary
Constructors Constructor Description EmayConfig()
-
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
-
-