类 SMSMgr

java.lang.Object
cn.warpin.thirdPart.aliyun.sms.SMSMgr

public class SMSMgr extends Object
  • 构造器详细资料

    • SMSMgr

      public SMSMgr()
  • 方法详细资料

    • createClient

      public static com.aliyun.dysmsapi20170525.Client createClient(String accessKeyId, String accessKeySecret, String endpoint) throws Exception
      抛出:
      Exception
    • sendSMS

      public static com.aliyun.dysmsapi20170525.models.SendSmsResponse sendSMS(String tel, String code)
    • sendSMS

      public static com.aliyun.dysmsapi20170525.models.SendSmsResponse sendSMS(String tel, String templateCode, String param)
      发送短信,传入不同的模板code和参数
      参数:
      tel -
      templateCode -
      param -
      返回: