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,3 @@
|
||||
{
|
||||
"last_buffer": "EB4YAg"
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"item": [
|
||||
{
|
||||
"leads_component_id": "18881222222",
|
||||
"leads_description": "xxx的直播",
|
||||
"status": 4
|
||||
}
|
||||
],
|
||||
"last_buffer": "EB4YAg=",
|
||||
"continue_flag": true
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"leads_component_id": "100234056999000000",
|
||||
"start_time": 0,
|
||||
"end_time": 1668676968,
|
||||
"last_buffer": "EB4YAg"
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"record_data": [
|
||||
{
|
||||
"anchor_nickname": "xxx",
|
||||
"live_description": "xxx",
|
||||
"live_start_time": 1688393984,
|
||||
"exposure_uv": "6960",
|
||||
"click_uv": "233",
|
||||
"exposure_click_rate": 0.0334,
|
||||
"leads_num": "64"
|
||||
}
|
||||
],
|
||||
"last_buffer": "EB4YAg=",
|
||||
"continue_flag": true
|
||||
}
|
Reference in New Issue
Block a user