GET api/Index/HotSearch
查询热搜关键字列表(说明:App和小程序通用)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
返状态码: 200:成功。
HotSearchResult| Name | Description | Type | Additional information |
|---|---|---|---|
| searchHotList |
业务数据集合 |
Collection of SearchHot |
None. |
| status |
公共返回值: 480:Token无效。 481:请求需要身份验证。 482:身份验证方式不正确。 483:Token已过期。 500:服务器内部错误。 |
integer |
None. |
| msg |
消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"searchHotList": [
{
"SearchHot_Title": "sample string 1"
},
{
"SearchHot_Title": "sample string 1"
}
],
"status": 1,
"msg": "sample string 2"
}