Class ZhutongSmsProvider

java.lang.Object
org.miaixz.bus.notify.metric.AbstractProvider<ZhutongMaterial,Context>
org.miaixz.bus.notify.metric.zhutong.ZhutongSmsProvider
All Implemented Interfaces:
Provider<ZhutongMaterial>

public class ZhutongSmsProvider extends AbstractProvider<ZhutongMaterial,Context>
助通短信发送 1. 自定义短信发送 无需定义模板 https://doc.zthysms.com/web/#/1/14 2. 模板短信发送 需定义模板 https://doc.zthysms.com/web/#/1/13 appKey :username 助通终端用户管理的用户名,非登录账号密码 appSecret :password 终端用户管理的密码 signature :短信签名可以为空,为空发送【自定义短信】无需要提前创建短信模板; 不为空发送:【模板短信】 templateId :模板id可以为空,为空发送【自定义短信】无需要提前创建短信模板; 不为空发送:【模板短信】 templateName :模板变量名称可以为空,为空发送【自定义短信】无需要提前创建短信模板; 不为空发送:【模板短信】
Since:
Java 17+
Author:
Kimi Liu