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