Uses of Class
org.dromara.sms4j.netease.config.NeteaseConfig
-
Packages that use NeteaseConfig Package Description org.dromara.sms4j.netease.config org.dromara.sms4j.netease.service org.dromara.sms4j.netease.utils -
-
Uses of NeteaseConfig in org.dromara.sms4j.netease.config
Methods in org.dromara.sms4j.netease.config with parameters of type NeteaseConfig Modifier and Type Method Description NeteaseSmsImpl
NeteaseFactory. createSms(NeteaseConfig neteaseConfig)
建造一个网易云的短信实现 -
Uses of NeteaseConfig in org.dromara.sms4j.netease.service
Constructors in org.dromara.sms4j.netease.service with parameters of type NeteaseConfig Constructor Description NeteaseSmsImpl(NeteaseConfig config)
NeteaseSmsImpl(NeteaseConfig config, Executor pool, DelayedTime delayed)
-
Uses of NeteaseConfig in org.dromara.sms4j.netease.utils
Methods in org.dromara.sms4j.netease.utils with parameters of type NeteaseConfig Modifier and Type Method Description static Map<String,String>
NeteaseUtils. generateParamMap(NeteaseConfig neteaseConfig, List<String> phone, String message, String templateId)
-