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

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

public class CmccSmsServiceForYizImpl
extends Object
implements SmsService

版本:
1.0, 2016/12/28
作者:
yulei

构造方法摘要
CmccSmsServiceForYizImpl()
           
 
方法摘要
 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
 

构造方法详细信息

CmccSmsServiceForYizImpl

public CmccSmsServiceForYizImpl()
方法详细信息

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–2017 cn.gtmap. All rights reserved.