# 热门搜索词接口

# 接口描述

用于统计“聚合搜索”的使用情况,每次调用获取最近 7 天的 TOP20 的热门搜索词。

# 调用方法

请求接口:/SEARCH/getSearchHotList.json
请求方法:POST

# 输入参数

# 返回结果

{
	lastUpdate: "2018-06-30",
	list: [{
			rank: 1,
			word: "오늘밤",
			count: 11
		},
		{
			rank: 2,
			word: "사랑이 어색해",
			count: 11
		}
	]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# 错误码

错误码 说明
searchx001 全局搜索模式仅支持 1 或 2
searchx002 需要设置标准双字国家代码
searchx003 只支持 0 和 1 的参数
Last Updated: 12/25/2020, 2:41:19 PM