- 添加 aliyun 短信发送服务

This commit is contained in:
sin-ning@aliyun.com
2019-05-26 11:31:42 +08:00
parent 74724637b7
commit 37da2b0bc9
10 changed files with 113 additions and 86 deletions

View File

@@ -68,10 +68,11 @@ public interface SmsService {
* 模板 - 创建
*
* @param smsSignId 选用的哪个签名
* @param templateCode 模板code
* @param template 模板内容
* @param platform 平台
*/
void createTemplate(Integer smsSignId, String template, Integer platform, Integer smsType);
void createTemplate(Integer smsSignId, String templateCode, String template, Integer platform, Integer smsType);
/**
* 模板 - 获取
@@ -97,7 +98,6 @@ public interface SmsService {
*/
void deleteTemplate(Integer id);
/**
* 短信发送 - 单个
*