获取录音流-getCallVoiceFile

接口地址

GET/webAPI/webHttpAPI.php

参数:

参数名 是否必须 类型 参数值 说明
userName string 公司账号名 公司账号名
passWord string 密码 通过获取密钥接口生成
model string getCallVoiceFile 调用方法
uniqueid string 通话唯一标识 通话记录中可获取
userfield string 语音文件名称 通话记录中可获取到

请求示例

http://xxx.xxx.xxx.xxx/webAPI/webHttpAPI.php?model=getCallVoiceFile&userName=xxxx&passWord=xxxx&uniqueid=1596694833.0&userfield=audio:801-18219103020-20200806-142035-1596694833.0-tc.mp3

成功返回信息

语音文件文件流

失败返回信息

参数名 类型 参数值
status boolean true false
status bool true/false
msg string 失败信息说明

说明

如果验证成功并文件存在,将输出文件流