获取录音文件-getMonitorByUniquid
接口地址
GET/webAPI/webHttpAPI.php
参数:
参数名 | 是否必须 | 类型 | 参数值 | 说明 |
---|---|---|---|---|
userName | 是 | string | 公司账号名 | 公司账号名 |
passWord | 是 | string | 密钥 | 通过获取密钥接口生成 |
model | 是 | string | getMonitorByUniquid | 调用方法 |
uniquid | 是 | string | 通话唯一标识 | |
calldate | 是 | string | "Y_m_d" 格式化,如:2018_12_06 |
请求示例
http://xxx.xxx.xxx.xxx/webAPI/webHttpAPI.php?model=getMonitorByUniquid&uniquid=1595897341.19&calldate=2020_7_28&userName=xxx&passWord=xxxx
返回信息
{
"status": true,
"msg": "monitor/szptdb/2020-07/28/6009-13343072528-20200728-084902-1595897341.19-szptdb.mp3"
}
参数名 | 类型 | 参数值 |
---|---|---|
status | boolean | true false |
msg | string | 录音文件 |
说明
录音文件可使用如下格式调用播放 http://xxx.xxx.xxx.xxx/monitor/userName/2018-12/06/801-18219103020-20181206-191627-1544094979.16.mp3