Class AliyunVmsProvider
java.lang.Object
org.aoju.bus.notify.provider.AbstractProvider<T,K>
org.aoju.bus.notify.provider.aliyun.AliyunProvider<AliyunProperty,Context>
org.aoju.bus.notify.provider.aliyun.AliyunVmsProvider
- All Implemented Interfaces:
Provider<AliyunProperty>
阿里云语音通知
- Since:
- Java 17+
- Author:
- Justubborn
-
Field Summary
Fields inherited from class org.aoju.bus.notify.provider.AbstractProvider
context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aoju.bus.notify.provider.aliyun.AliyunProvider
checkResponse, getSign, sign, specialUrlEncodeMethods inherited from class org.aoju.bus.notify.provider.AbstractProvider
send
-
Constructor Details
-
AliyunVmsProvider
-
-
Method Details
-
send
Description copied from interface:Provider指定模版Property并发送 注意:不同等服务商使用的模版实现不同- Specified by:
sendin interfaceProvider<AliyunProperty>- Overrides:
sendin classAbstractProvider<AliyunProperty,Context> - Parameters:
entity- 通知内容- Returns:
- 发送结果
-