文档
测试

直播记录(改)

POST
http://bd_backend.wptomo.top/api/live/blogger-live-list

接口描述

播主详情下直播记录

请求参数

参数名
类型
描述
必填
type
0抖音 1快手
必填
user_id
播主平台ID
必填
list_type
0 => 近24小时 , 1 => 7天, 2 => 30天
必填

响应参数

参数名
类型
描述
必填
title
标题
必填
cover
封面图
必填
watching_count
观众峰值
必填
inc_follower
粉丝增量
必填
start_time
开始时间
必填
end_time
结束时间
必填
like_count
点赞量
必填
user_id
主播id
必填

说明 / 示例

{ "code": 0, "message": "请求成功", "data": { "current_page": 1, "data": [ { "id": 248, "user_id": "1398227248880560", "cover": "http://p1-webcast-dycdn.byteimg.com/img/tos-cn-i-0813/5eed8789b94c4c31b5e578778528f58b~tplv-resize:400:400.webp", "title": "锟叔说保,帮你出招", "start_time": 1603197242, "end_time": 1603197333, "like_count": 23, "watching_count": 3, "inc_follower": 0 } ], "first_page_url": "http://bg.test/api/live/blogger-live-list?page=1", "from": 1, "last_page": 25, "last_page_url": "http://bg.test/api/live/blogger-live-list?page=25", "links": [ { "url": null, "label": "pagination.previous", "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=1", "label": 1, "active": true }, { "url": "http://bg.test/api/live/blogger-live-list?page=2", "label": 2, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=3", "label": 3, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=4", "label": 4, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=5", "label": 5, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=6", "label": 6, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=7", "label": 7, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=8", "label": 8, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=9", "label": 9, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=10", "label": 10, "active": false }, { "url": null, "label": "...", "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=24", "label": 24, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=25", "label": 25, "active": false }, { "url": "http://bg.test/api/live/blogger-live-list?page=2", "label": "pagination.next", "active": false } ], "next_page_url": "http://bg.test/api/live/blogger-live-list?page=2", "path": "http://bg.test/api/live/blogger-live-list", "per_page": 1, "prev_page_url": null, "to": 1, "total": 25 } }