获取热门主题及其文章
<h3>获取热门主题及其文章</h3>
<p>请求地址: POST <code>/topic/hot_topic</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>appid</td>
<td>string</td>
<td>小程序appid</td>
</tr>
<tr>
<td>client_version</td>
<td>string</td>
<td>小程序版本</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "获取小程序热门主题数据成功",
"data": [
{
"id": 30,
"name": "热门",
"banner": null,
"sort": 3,
"articles": [
{
"article_id": 85095,
"title": "教你夏日锻hhhfffhh",
"publish_at": "1566962780",
"article_type": 4,
"author_id": 12,
"link": "",
"image_list": {
"background_thumb": null,
"index_data_thumb": "http://down.heywoodsminiprogram.com/logobless/21f1655567b1d994a93e2e21e501149b.jpg",
"index_thumb": "http://down.heywoodsminiprogram.com/logobless/21f1655567b1d994a93e2e21e501149b.jpg",
"recommend_thumb": "http://down.heywoodsminiprogram.com/logobless/21f1655567b1d994a93e2e21e501149b.jpg",
"share_thumb": "http://down.heywoodsminiprogram.com/logobless/21f1655567b1d994a93e2e21e501149b.jpg"
},
"is_music": 0,
"author_info": {
"author": "祖国风光",
"logo": "http://dev.heka4.site/mini-program-matrix/data/images/author/1ef8acf1e736e8563cbe3abcdf3f2b65.jpg",
"articles_num": 4062
},
"list_vedio_type": "0",
"width": "0",
"height": "0",
"cover_url": null,
"index_thumb_width": 1920,
"index_thumb_height": 1325,
"title_prefix_type": "0",
"subtitle": null,
"pv": 10000,
"share_num": 2000,
"fans_num": 0,
"commend_num": 0,
"is_follow_new": false,
"is_follow": false,
"is_commend": false,
"tab_info": {
"tab_name": "",
"tab_id": 0,
"trend": ""
},
"exp": null
}
]
}
],
"code": 1,
"state": true
}</code></pre>