类 ZhutongConfig

java.lang.Object
org.dromara.sms4j.provider.config.BaseConfig
org.dromara.sms4j.zhutong.config.ZhutongConfig
所有已实现的接口:
org.dromara.sms4j.api.universal.SupplierConfig

public class ZhutongConfig extends BaseConfig
助通-自定义短信发送-配置
作者:
dazer007
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private String
    默认请求地址 不同区域,可切换请求地址,也可以不修改,请参考官方文档:https://doc.zthysms.com/web/#/1/236
    private String
    模板变量名称 查看地址:https://mix2.zthysms.com/index.html#/TemplateManagement 允许为空,为空,使用无模板形式,发送短信
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    获取供应商

    从类继承的方法 org.dromara.sms4j.provider.config.BaseConfig

    setMaxRetries, setRetryInterval

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.dromara.sms4j.api.universal.SupplierConfig

    getConfigId
  • 字段详细资料

    • templateName

      private String templateName
      模板变量名称 查看地址:https://mix2.zthysms.com/index.html#/TemplateManagement 允许为空,为空,使用无模板形式,发送短信
    • requestUrl

      private String requestUrl
      默认请求地址 不同区域,可切换请求地址,也可以不修改,请参考官方文档:https://doc.zthysms.com/web/#/1/236
  • 构造器详细资料

    • ZhutongConfig

      public ZhutongConfig()
  • 方法详细资料

    • getSupplier

      public String getSupplier()
      获取供应商
      从以下版本开始:
      3.0.0