cn.gtmap.estateplat.core.support.sms.impl
类 CmccSmsServiceForYacImpl

java.lang.Object
  继承者 cn.gtmap.estateplat.core.support.sms.impl.CmccSmsServiceForYacImpl
所有已实现的接口:
SmsService

public class CmccSmsServiceForYacImpl
extends Object
implements SmsService

版本:
1.0, 2017/10/12
作者:
yulei

构造方法摘要
CmccSmsServiceForYacImpl()
           
 
方法摘要
 org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
           
 Boolean sendSms(String phoneNum, String content)
           
 void setDataSource(DataSource dataSource)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CmccSmsServiceForYacImpl

public CmccSmsServiceForYacImpl()
方法详细信息

getJdbcTemplate

public org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()

setDataSource

public void setDataSource(DataSource dataSource)

sendSms

public Boolean sendSms(String phoneNum,
                       String content)
                throws AppException
指定者:
接口 SmsService 中的 sendSms
参数:
phoneNum - 手机号
content - 内容
返回:
抛出:
AppException


Copyright © 2015–2022 cn.gtmap. All rights reserved.