类 SMSMgr
java.lang.Object
cn.warpin.thirdPart.aliyun.sms.SMSMgr
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static com.aliyun.dysmsapi20170525.ClientcreateClient(String accessKeyId, String accessKeySecret, String endpoint) static com.aliyun.dysmsapi20170525.models.SendSmsResponsestatic com.aliyun.dysmsapi20170525.models.SendSmsResponse发送短信,传入不同的模板code和参数
-
构造器详细资料
-
SMSMgr
public SMSMgr()
-
-
方法详细资料
-
createClient
public static com.aliyun.dysmsapi20170525.Client createClient(String accessKeyId, String accessKeySecret, String endpoint) throws Exception - 抛出:
Exception
-
sendSMS
-
sendSMS
public static com.aliyun.dysmsapi20170525.models.SendSmsResponse sendSMS(String tel, String templateCode, String param) 发送短信,传入不同的模板code和参数- 参数:
tel-templateCode-param-- 返回:
-