public class FileVoiceSender extends SmsBase
appid, appkey, httpclient| Constructor and Description |
|---|
FileVoiceSender(int appid,
String appkey) |
FileVoiceSender(int appid,
String appkey,
HTTPClient httpclient) |
| Modifier and Type | Method and Description |
|---|---|
FileVoiceSenderResult |
send(String nationCode,
String phoneNumber,
String fid,
int playtimes,
String ext)
发送文件语音
|
handleErrorpublic FileVoiceSender(int appid,
String appkey)
public FileVoiceSender(int appid,
String appkey,
HTTPClient httpclient)
public FileVoiceSenderResult send(String nationCode, String phoneNumber, String fid, int playtimes, String ext) throws HTTPException, org.json.JSONException, IOException
nationCode - 国家码,如 86 为中国phoneNumber - 不带国家码的手机号fid - 语音文件fidplaytimes - 播放次数ext - 扩展字段,原样返回HTTPException - http status exceptionorg.json.JSONException - json parse exceptionIOException - network problemCopyright © 2018. All rights reserved.