批量获取录音
- 批量获取录音
接口地址
GET/webAPI/webHttpAPI.php
参数:
| 参数名 | 是否必须 | 类型 | 参数值 | 说明 |
|---|---|---|---|---|
| userName | 是 | string | 公司账号名 | 公司账号名 |
| passWord | 是 | string | 密钥 | 通过获取密钥接口生成 |
| model | 是 | string | getReordingFilesList | 调用方法 |
| agent | 是 | string | 分机号 |
请求示例
http://xxx.xxx.xxx.xxx/webAPI/webHttpAPI.php?model=getReordingFilesList&agent=801&userName=xxx&passWord=xxxx
返回信息
{
"status": true,
"msg": "录音文件"
}
| 参数名 | 类型 | 参数值 |
|---|---|---|
| status | boolean | true false |
| msg | string | 录音文件 |