Class BaiduSmsProvider
java.lang.Object
org.aoju.bus.notify.provider.AbstractProvider<BaiduProperty,Context>
org.aoju.bus.notify.provider.baidu.BaiduSmsProvider
- All Implemented Interfaces:
Provider<BaiduProperty>
七牛云短信
- Since:
- Java 17+
- Author:
- Kimi Liu
-
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.AbstractProvider
send
-
Constructor Details
-
BaiduSmsProvider
-
-
Method Details
-
send
Description copied from interface:Provider指定模版Property并发送 注意:不同等服务商使用的模版实现不同- Specified by:
sendin interfaceProvider<BaiduProperty>- Overrides:
sendin classAbstractProvider<BaiduProperty,Context> - Parameters:
entity- 通知内容- Returns:
- 发送结果
-