热门搜索关键字1
<h5>简要描述:</h5>
<p>热门搜索关键字</p>
<h5>请求URL:</h5>
<p><code>http://codetest.myfcomic.com/api/search/hot</code></p>
<h5>请求方式:</h5>
<p>GET </p>
<h5>参数:</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 1,
"msg": "操作成功",
"data": [
{
"type": 1,
"title": "镖人",
"content_type": "1",
"content_id": "26",
"hits": "10.46万"
"cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_comics/26/10f33ca10b1cbd44a8259c7727c34952.jpg@!q90_no_make"
},
{
"type": 1,
"title": "麒麟骨",
"content_type": "1",
"content_id": "76",
"hits": "10.46万"
"cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_comics/76/80bf5a574aaf2171bcc9be32802850e1.jpg@!q90_no_make"
"new_cover": "http://cdnmyfcomicadmin.myfcomic.com/@!q90_no_make",
},
{
"type": 1,
"title": "白狼汐",
"content_type": "1",
"content_id": "81",
"hits": "10.46万"
"new_cover": "http://cdnmyfcomicadmin.myfcomic.com/@!q90_no_make",
"cover": "http://cdnmyfcomicadmin.myfcomic.com/images/upin_comics/81/9d949c94cde493694f87ed000978c014.jpg@!q90_no_make"
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>type</td>
<td>int</td>
<td>1.原生内容 2.URL链接',</td>
</tr>
<tr>
<td>title</td>
<td>string</td>
<td>关键字</td>
</tr>
<tr>
<td>content_type</td>
<td>int</td>
<td>1.漫画commic 2新闻news 3文章article 4漫评 5.帖子</td>
</tr>
<tr>
<td>content_id</td>
<td>int</td>
<td>对应的内容id</td>
</tr>
<tr>
<td>cover</td>
<td>string</td>
<td>封面图</td>
</tr>
<tr>
<td>new_cover</td>
<td>string</td>
<td>封面图 2.0.0适用</td>
</tr>
<tr>
<td>hits</td>
<td>string</td>
<td>人气值</td>
</tr>
</tbody>
</table>