@Deprecated public class SmsOperator extends AbstractOperator
| Constructor and Description |
|---|
SmsOperator(String apikey,
String apiSecret)
Deprecated.
|
public ResultDO<SmsBatchSend> multiSend(List<String> mobileList, List<String> textList)
public ResultDO<SmsBatchSend> batchSend(List<String> mobileList, String text)
public ResultDO<SmsSingleSend> singleSend(String mobile, String text)
public ResultDO<SmsBatchSend> batchSend(String mobile, String text)
public ResultDO<SmsBatchSend> multiSend(String mobile, String text)
public <T> ResultDO<T> send(String url, Map<String,String> parms, Type t, String encrypt)
public ResultDO<SmsBatchSend> tplBatchSend(String mobile, String tplId, String tplValue)
public ResultDO<SmsSingleSend> tplSingleSend(String mobile, String tplId, String tplValue)
public ResultDO<List<SmsReply>> getReply(Date startTime, Date endTime, String mobile, String pageNum, String pageSize)
Copyright © 2017. All rights reserved.