feat(wxapi): 新增视频号小店获取留资组件、获取留资组件直播推广记录等接口

This commit is contained in:
Fu Diwei
2024-04-29 21:59:24 +08:00
parent cf55f66d18
commit 0127123659
9 changed files with 280 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"errcode": 0,
"errmsg": "ok",
"item": [
{
"leads_component_id": "18881222222",
"leads_description": "xxx的直播",
"status": 4
}
],
"last_buffer": "EB4YAg=",
"continue_flag": true
}

View File

@@ -0,0 +1,6 @@
{
"leads_component_id": "100234056999000000",
"start_time": 0,
"end_time": 1668676968,
"last_buffer": "EB4YAg"
}

View File

@@ -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
}