Package net.risesoft.service.extend.impl
Class ItemSmsHttpServiceImpl
- java.lang.Object
-
- net.risesoft.service.extend.impl.ItemSmsHttpServiceImpl
-
- All Implemented Interfaces:
ItemSmsHttpService
@Service public class ItemSmsHttpServiceImpl extends Object implements ItemSmsHttpService
- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description ItemSmsHttpServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendSmsHttpList(String tenantId, String userId, List<String> mobile, String smsContent, String systemName)发送短信
-
-
-
Method Detail
-
sendSmsHttpList
public void sendSmsHttpList(String tenantId, String userId, List<String> mobile, String smsContent, String systemName) throws Exception
Description copied from interface:ItemSmsHttpService发送短信- Specified by:
sendSmsHttpListin interfaceItemSmsHttpService- Parameters:
tenantId- 租户IDuserId- 用户IDmobile- 手机号smsContent- 短信内容systemName- 系统名称- Throws:
Exception- 异常
-
-