获取抖音热榜

# 抖音热播榜 **简要描述**: **请求URL** - {APIURL}/dy/live/get_hot_ranklist_rooms **请求方式** - POST **请求头Headers** - Content-Type:multipart/form-data - Access-Token:login接口返回 **参数** |参数名|必选|类型|说明 |-|-|-|-| |wcid|是|string|会话ID **请求参数示例** ``` { "wcid": "153551136689750xxx" } ``` **成功返回示例** ``` { "code": 0, "data": { "data": { "ranks": [ { "gap_description": "", "label": "", "rank": 1, "raw_ad_data": "", "room": { "challenge_info": "", "content_label": { "avg_color": "#DCDCFA", "flex_setting_list": [], "height": 0, "image_type": 0, "is_animated": false, "open_web_url": "", "text_setting_list": [], "uri": "webcast/webcast_hot_rank_redPackage_light_20201118.png", "url_list": [ "http://p6-webcast.douyinpic.com/img/webcast/webcast_hot_rank_redPackage_light_20201118.png~tplv-resize:0:0.image", "http://p3-webcast.douyinpic.com/img/webcast/webcast_hot_rank_redPackage_light_20201118.png~tplv-resize:0:0.image", "http://p9-webcast.douyinpic.com/img/webcast/webcast_hot_rank_redPackage_light_20201118.png~tplv-resize:0:0.image" ], "width": 0 }, "cover": { "avg_color": "#CCA3BE", "flex_setting_list": [], "height": 0, "image_type": 0, "is_animated": false, } } } ``` **错误返回示例** ``` { "msg": "失败", "code": -1, "data": null } ``` **返回数据**: |参数名|类型|说明| |-|-|-| |code|string|0成功,-1失败| |msg|string|反馈信息| |data|