5. 获取底部推荐列表
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>api/h5/bottom_list</code></li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "获取数据成功",
"data": [
{
"article_id": 84952,
"title": "生煎包",
"publish_at": "1565255782",
"article_type": 2,
"author_id": 14,
"link": "http://vod.heywoodsminiprogram.com/sv/103c4994-16bb6a9d8fb/103c4994-16bb6a9d8fb.mp4",
"image_list": {
"index_data_thumb": "http://goclick.heywoodsminiprogram.com/mini-program-matrix/data/temp/cfca05326290e07ea0d44bc473ef642b.jpg",
"index_thumb": "http://goclick.heywoodsminiprogram.com/mini-program-matrix/data/temp/cfca05326290e07ea0d44bc473ef642b.jpg",
"recommend_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/3ac1c2dca7fbfdafca8d1dbe0a81361a.jpg",
"share_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/201973151137254.jpg"
},
"is_music": 0,
"author_info": {
"author": "民间百态",
"logo": "http://dev.heka4.site/mini-program-matrix/data/images/author/e1ae5c7d6666b5ff3eae440ebbce72e7.jpg",
"articles_num": 1670
},
"list_vedio_type": "0",
"width": "640",
"height": "368",
"cover_url": "http://vod.heywoodsminiprogram.com/c8c05354d38e4b77acaf637d3f35fecf/snapshots/d5d69783511544b7a38c092e8fd339ee-00001.jpg",
"index_thumb_width": 640,
"index_thumb_height": 368,
"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>