go-common/app/interface/live/web-ucenter/api/http/v1/service.history.md
2019-04-22 18:49:16 +08:00

1.3 KiB
Raw Blame History

/xlive/web-ucenter/v1/history/get_history_by_uid

根据uid查询直播关键历史记录

需要登录

方法GET

请求参数

响应

{
    "code": 0,
    "message": "ok",
    "data": {
        "title": "",
        "count": 0,
        "list": [
            {
                "roomid": 0,
                "uid": 0,
                "uname": "",
                "user_cover": "",
                "title": "",
                "face": "",
                "tags": "",
                "live_status": 0,
                "fans_num": 0,
                "is_attention": 0,
                "area_v2_id": 0,
                "area_v2_name": "",
                "area_v2_parent_name": "",
                "area_v2_parent_id": 0
            }
        ]
    }
}

/xlive/web-ucenter/v1/history/del_history

删除直播历史记录

需要登录

方法POST

请求参数

响应

{
    "code": 0,
    "message": "ok",
    "data": {
    }
}