luoxin 2a73a858c1 提交说明 | 1 年之前 | |
---|---|---|
.. | ||
src | 1 年之前 | |
README.md | 1 年之前 | |
pom.xml | 1 年之前 |
用于发送电话语音通知.
例子:
motifierManager.getNotifier(notifierId) //获取通知器
.flatMap(notifier->notifier.send(templateId,contextMap))//发送
.doOnError(err->log.error("发送失败",err)) //失败
.subscribe(ignore->log.info("发送成功")); //成功
实现接口: org.jetlinks.pro.notify.voice.provider.VoiceNotifierProvider
aliyun
)系统已实现阿里云语音通知org.jetlinks.pro.notify.voice.supports.aliyun.AliyunVoiceNotifierProvider
配置(NotifierProperties.configuration
):
Key | 示例 |
---|---|
regionId | cn-hangzhou |
accessKeyId | LTAI4Dj2oThQnZYMAwTSj1F8 |
secret | FeZ2nQZKM635IsPDudZOaQ5aDHMFeT |
模版配置(TemplateProperties.template
)
Key | 示例 |
---|---|
ttsCode | TTS_123456 |
calledShowNumbers | 02387673801 |
calledNumber | 18502114022 |
playTimes | 1 |