mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-03 11:05:58 +00:00
add 新增 sms4j 短信融合 支持数十种短信服务商共用
remove 移除 原框架自带短信功能
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package com.ruoyi.resource.api;
|
||||
|
||||
import com.ruoyi.common.core.exception.ServiceException;
|
||||
import com.ruoyi.resource.api.domain.SysFile;
|
||||
import com.ruoyi.resource.api.domain.SysSms;
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
/**
|
||||
* 短信服务
|
||||
@@ -20,6 +19,6 @@ public interface RemoteSmsService {
|
||||
* @param templateId 模板id
|
||||
* @param param 模板对应参数
|
||||
*/
|
||||
SysSms send(String phones, String templateId, Map<String, String> param) throws ServiceException;
|
||||
SysSms send(String phones, String templateId, LinkedHashMap<String, String> param) throws ServiceException;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user