- 应用场景
- v1
- v2
获取音频存档列表
POST
/v2/MeetingCall/GetMeetingVoiceCall
请求参数
Body 参数application/json
startDate
string
通话开始时间
endDate
string
通话结束时间
ad_wechat_nober
string
可选
ad_wechat_nick
string
可选
ad_staff_code
string
员工编号
msg_type
string
必需
wechat_lei
string
必需
wechat_id
string
运营机ID
fans_key
string
必需
PageIndex
integer
页码
PageSize
integer
单页条数
示例
{
"startDate": "string",
"endDate": "string",
"ad_wechat_nober": "string",
"ad_wechat_nick": "string",
"ad_staff_code": "string",
"msg_type": "string",
"wechat_lei": "string",
"wechat_id": "string",
"fans_key": "string",
"PageIndex": 0,
"PageSize": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/MeetingCall/GetMeetingVoiceCall' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"ad_wechat_nober": "string",
"ad_wechat_nick": "string",
"ad_staff_code": "string",
"msg_type": "string",
"wechat_lei": "string",
"wechat_id": "string",
"fans_key": "string",
"PageIndex": 0,
"PageSize": 0
}'
返回响应
🟢200成功
application/json
Body
total
integer
必需
requestId
string
请求ID
resultContent
array [object {21}]
必需
ad_qv_user_name
null
粉丝名称
ad_expand
string
归属员工
ad_staff_name
string
归属姓名
ad_wechat_nober
string
必需
ad_wechat_nick
string
必需
ad_qv_user_avatar
null
粉丝头像
ad_qv_meeting_voice_call_id
integer
音频存档编号
ad_qv_company_id
null
必需
wechat_id
integer
运营机编号
is_send
integer
必需
fans_key
string
粉丝标识
msg_id
string
消息ID
msg_time
integer
消息开始消息
end_time
integer
消息结束消息
msg_type
string
消息类型
voice_file
string
音频文件存放路径
attach_info
string
拓展属性
voice_length
integer
音频时长
merchantid
string
商家编号
add_time
integer
添加时间
wechat_lei
integer
必需
示例
{
"total": 44,
"requestId": "265c2d98-895f-4de3-9621-22137e83faec",
"resultContent": [
{
"ad_qv_user_name": null,
"ad_expand": "b08",
"ad_staff_name": "测试1",
"ad_wechat_nober": "yg1811122",
"ad_wechat_nick": "P14",
"ad_qv_user_avatar": null,
"ad_qv_meeting_voice_call_id": 261,
"ad_qv_company_id": null,
"wechat_id": 3529,
"is_send": 0,
"fans_key": "wxid_2adjv8ev52n821",
"msg_id": "76de074873765f5c3959d1fee0b821b9",
"msg_time": 1739958607,
"end_time": 1739958634,
"msg_type": "voip_voice",
"voice_file": "https://test.yunshouzhi.net/1095/mobilecti/audio/voip_76de074873765f5c3959d1fee0b821b9.mp3?cos=32",
"attach_info": "{\"name\": \"candice\", \"source\": \"wx\"}",
"voice_length": 27,
"merchantid": "640462692",
"add_time": 0,
"wechat_lei": 0
}
]
}
修改于 2025-06-13 05:50:18