feat(wxapi): 新增视频号助手留资服务直播数据相关接口

This commit is contained in:
Fu Diwei
2024-04-29 22:16:50 +08:00
parent 0127123659
commit 348df3d996
12 changed files with 411 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"finder_attr": {
"uniq_id": "sphxxxx",
"nickname": "xxxx",
"fans_count": 4
}
}

View File

@@ -0,0 +1,6 @@
{
"start_time": 1694142436,
"end_time": 1694228836,
"source_type": 0
}

View File

@@ -0,0 +1,36 @@
{
"errcode": 0,
"errmsg": "ok",
"item": [
{
"component_type": 0,
"traffic_type": 0,
"leads_count": 1000
},
{
"component_type": 0,
"traffic_type": 1,
"leads_count": 1000
},
{
"component_type": 1,
"traffic_type": 0,
"leads_count": 1000
},
{
"component_type": 1,
"traffic_type": 1,
"leads_count": 1000
},
{
"component_type": 2,
"traffic_type": 0,
"leads_count": 1000
},
{
"component_type": 2,
"traffic_type": 1,
"leads_count": 1000
}
]
}

View File

@@ -0,0 +1,5 @@
{
"start_time": 1694142436,
"end_time": 1694228836,
"last_buffer": "EB4YAg"
}

View File

@@ -0,0 +1,21 @@
{
"errcode": 0,
"errmsg": "ok",
"item": [
{
"export_id": "18881222222",
"live_start_time": 1694142436,
"live_duration_in_seconds": 3600,
"total_audience_count": 10000,
"total_cheer_count": 1000000,
"forward_count": 1000,
"total_comment_count": 10000,
"audiences_avg_seconds": 600,
"max_online_count": 200,
"new_follow_count": 10,
"new_follow_count_biz": 0
}
],
"last_buffer": "EB4YAg=",
"continue_flag": true
}