文档
测试

获取热词推荐

POST
/hot/recommend

请求参数

参数名
类型
描述
必填
callback
string
(非必选)jsonp调用
必填
total
int
返回数量
必填
sort
string
desc降序(默认)/asc升序/rand随机
必填

说明 / 示例

``` { "code": 200, "msg": "成功", "list": [{ "name": "qweqwe", "url": "qweqwe", "country": null, "channel": null, "create_time": "2019-09-23 18:03:13" }] } ```