public class SmsUtils extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SmsUtils.SendSmsRequest |
| 构造器和说明 |
|---|
SmsUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
sendBatchSms(com.aliyuncs.IAcsClient smsClient,
SmsProperties smsProperties,
SmsUtils.SendSmsRequest sendSmsRequest)
TODO 调用SendBatchSms接口批量发送短信。
|
static boolean |
sendSms(com.aliyuncs.IAcsClient smsClient,
SmsProperties smsProperties,
SmsUtils.SendSmsRequest sendSmsRequest)
发送短信
|
public static boolean sendSms(com.aliyuncs.IAcsClient smsClient,
SmsProperties smsProperties,
SmsUtils.SendSmsRequest sendSmsRequest)
smsClient - 客户端smsProperties - SMS配置属性sendSmsRequest - 请求参数public static boolean sendBatchSms(com.aliyuncs.IAcsClient smsClient,
SmsProperties smsProperties,
SmsUtils.SendSmsRequest sendSmsRequest)
smsClient - 客户端smsProperties - SMS配置属性sendSmsRequest - 请求参数Copyright © 2021 Pivotal Software, Inc.. All Rights Reserved.