文档
测试

获取热词搜索

POST
/hot/search

请求参数

参数名
类型
描述
必填
callback
string
(非必选)jsonp调用
必填
q
string
(非必选)搜索词大于3
必填
recommend
int
(非必选)1为推荐;和q不共存。
必填

说明 / 示例

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