| Package | Description |
|---|---|
| com.yunpian.sdk.api | |
| com.yunpian.sdk.model | |
| com.yunpian.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
protected SmsSingleSend |
SmsApi.map2SendSingleSmsInfo(Map<String,String> rsp) |
| Modifier and Type | Method and Description |
|---|---|
Result<List<Result<SmsSingleSend>>> |
SmsApi.multi_send_v1(Map<String,String> param)
/v1/sms/multi_send.json
|
Result<SmsSingleSend> |
SmsApi.send(Map<String,String> param)
Deprecated.
|
Result<SmsSingleSend> |
SmsApi.single_send(Map<String,String> param)
单条发送
|
Result<SmsSingleSend> |
SmsApi.tpl_send(Map<String,String> param)
Deprecated.
|
Result<SmsSingleSend> |
SmsApi.tpl_single_send(Map<String,String> param)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmsSingleSend> |
SmsBatchSend.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmsBatchSend.setData(List<SmsSingleSend> data) |
| Modifier and Type | Method and Description |
|---|---|
ResultDO<SmsSingleSend> |
SmsOperator.singleSend(String mobile,
String text)
Deprecated.
|
ResultDO<SmsSingleSend> |
SmsOperator.tplSingleSend(String mobile,
String tplId,
String tplValue)
Deprecated.
|
Copyright © 2017. All rights reserved.