Package org.dromara.sms4j.netease.config
Class NeteaseConfig
- java.lang.Object
-
- org.dromara.sms4j.provider.config.BaseConfig
-
- org.dromara.sms4j.netease.config.NeteaseConfig
-
- All Implemented Interfaces:
SupplierConfig
public class NeteaseConfig extends BaseConfig
网易云信- Author:
- adam
-
-
Field Summary
Fields Modifier and Type Field Description private String
codeUrl
验证码短信请求地址private Boolean
needUp
是否需要支持短信上行。true:需要,false:不需要 说明:如果开通了短信上行抄送功能,该参数需要设置为true,其它情况设置无效private String
templateName
模板变量名称private String
templateUrl
模板短信请求地址private String
verifyUrl
验证码验证请求地址
-
Constructor Summary
Constructors Constructor Description NeteaseConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSupplier()
获取供应商-
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
-
-