类 EntinfoShortMessageServiceImpl
java.lang.Object
cn.nkpro.elcube.platform.service.third.EntinfoShortMessageServiceImpl
- 所有已实现的接口:
NkShortMessageService,org.springframework.beans.factory.InitializingBean
public class EntinfoShortMessageServiceImpl
extends Object
implements NkShortMessageService, org.springframework.beans.factory.InitializingBean
-
构造器详细资料
-
EntinfoShortMessageServiceImpl
public EntinfoShortMessageServiceImpl()
-
-
方法详细资料
-
sendVerCode
从接口复制的说明:NkShortMessageService发送手机验证码- 指定者:
sendVerCode在接口中NkShortMessageService- 参数:
phone- 手机号- 返回:
- 随机验证码
-
sendTemplateMessage
public NkShortMessageResult sendTemplateMessage(String phone, String templateCode, Map<String,String> templateParams)- 指定者:
sendTemplateMessage在接口中NkShortMessageService
-
sendTemplateMessage
public NkShortMessageResult sendTemplateMessage(List<String> phoneList, String templateCode, Map<String,String> templateParams)- 指定者:
sendTemplateMessage在接口中NkShortMessageService
-
sendTemplateMessage
public NkShortMessageResult sendTemplateMessage(List<String> phoneList, String templateCode, List<Map<String,String>> templateParams)- 指定者:
sendTemplateMessage在接口中NkShortMessageService
-
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean
-