| Package | Description |
|---|---|
| com.yunpian.sdk.api | |
| com.yunpian.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
protected SmsBatchSend |
SmsApi.map2SendBatchSmsInfo(Map<String,String> rsp) |
| Modifier and Type | Method and Description |
|---|---|
Result<SmsBatchSend> |
SmsApi.batch_send(Map<String,String> param)
批量发送
|
Result<SmsBatchSend> |
SmsApi.multi_send(Map<String,String> param)
个性化发送
|
Result<SmsBatchSend> |
SmsApi.tpl_batch_send(Map<String,String> param)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ResultDO<SmsBatchSend> |
SmsOperator.batchSend(List<String> mobileList,
String text)
Deprecated.
|
ResultDO<SmsBatchSend> |
SmsOperator.batchSend(String mobile,
String text)
Deprecated.
|
ResultDO<SmsBatchSend> |
SmsOperator.multiSend(List<String> mobileList,
List<String> textList)
Deprecated.
|
ResultDO<SmsBatchSend> |
SmsOperator.multiSend(String mobile,
String text)
Deprecated.
|
ResultDO<SmsBatchSend> |
SmsOperator.tplBatchSend(String mobile,
String tplId,
String tplValue)
Deprecated.
|
Copyright © 2017. All rights reserved.