public class SmsServiceImpl extends BaseServiceImpl implements SmsService
apiInfoList, serviceInfo| 限定符和类型 | 方法和说明 |
|---|---|
SmsSendResponse |
batchSend(SmsBatchSendRequest smsBatchSendRequest)
SmsBatchSend.
|
SmsCheckVerifyCodeResponse |
checkVerifyCode(SmsCheckVerifyCodeRequest smsCheckVerifyCodeRequest)
SmsSendVerifyCode.
|
static SmsService |
getInstance() |
static SmsService |
getInstance(String region) |
static SmsService |
newSmsService(ServiceInfo serviceInfo) |
SmsSendResponse |
send(SmsSendRequest smsSendRequest)
SmsSend.
|
SmsSendResponse |
sendVerifyCode(SmsSendVerifyCodeRequest smsSendVerifyCodeRequest)
SmsSendVerifyCode.
|
getAccessKey, getApiInfoList, getHttpClient, getISigner, getRegion, getSecretKey, getServiceInfo, getSignUrl, json, post, put, putData, putDataWithResponse, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSocketTimeout, signSts2clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccessKey, getRegion, getSecretKey, getSignUrl, json, post, put, putData, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSocketTimeout, signSts2public static SmsService getInstance()
public static SmsService getInstance(String region) throws Exception
Exceptionpublic static SmsService newSmsService(ServiceInfo serviceInfo) throws Exception
Exceptionpublic SmsSendResponse send(SmsSendRequest smsSendRequest) throws Exception
SmsServicesend 在接口中 SmsServicesmsSendRequest - the list users requestException - the exceptionpublic SmsSendResponse batchSend(SmsBatchSendRequest smsBatchSendRequest) throws Exception
SmsServicebatchSend 在接口中 SmsServicesmsBatchSendRequest - the list users requestException - the exceptionpublic SmsSendResponse sendVerifyCode(SmsSendVerifyCodeRequest smsSendVerifyCodeRequest) throws Exception
SmsServicesendVerifyCode 在接口中 SmsServicesmsSendVerifyCodeRequest - the list users requestException - the exceptionpublic SmsCheckVerifyCodeResponse checkVerifyCode(SmsCheckVerifyCodeRequest smsCheckVerifyCodeRequest) throws Exception
SmsServicecheckVerifyCode 在接口中 SmsServicesmsCheckVerifyCodeRequest - the list users requestException - the exceptionCopyright © 2021. All rights reserved.