通话录音
- 获取当天的录音
接口地址
GET/webAPI/webHttpAPI.php
参数:
参数名 | 是否必须 | 类型 | 参数值 | 说明 |
---|---|---|---|---|
userName | 是 | string | 公司账号名 | 公司账号名 |
passWord | 是 | string | 密钥 | 通过获取密钥接口生成 |
model | 是 | string | getRecording | 调用方法 |
uid | 是 | string | 通话唯一标识 |
请求示例
http://xxx.xxx.xxx.xxx/webAPI/webHttpAPI.php?model=getRecording&uid=1566780325.6&userName=xxx&passWord=xxx
返回信息
{
"status": true,
"msg": "840-15395530233-20190826-084525-1566780325.6.mp3"
}
参数名 | 类型 | 参数值 |
---|---|---|
status | boolean | true false |
msg | string | 录音名称 |