mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增视频号助手留资服务直播数据相关接口
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"finder_attr": {
|
||||
"uniq_id": "sphxxxx",
|
||||
"nickname": "xxxx",
|
||||
"fans_count": 4
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
|
||||
{
|
||||
"start_time": 1694142436,
|
||||
"end_time": 1694228836,
|
||||
"source_type": 0
|
||||
}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"start_time": 1694142436,
|
||||
"end_time": 1694228836,
|
||||
"last_buffer": "EB4YAg"
|
||||
}
|
@@ -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
|
||||
}
|
Reference in New Issue
Block a user