3. 获取底部推荐
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取底部推荐</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/h5/detail_list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">client_version</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>版本号</td>
</tr>
<tr>
<td style="text-align: left;">is_first_page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>第一页的时候传1, 后面的传 0 即可</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"msg": "查询成功!",
"data": {
"dataList": [
{
"article_id": 84928,
"title": "部 队 经 历 顺 口 溜!",
"publish_at": "1562136300",
"article_type": 3,
"author_id": 23,
"link": "https://res.wx.qq.com/voice/getvoice?mediaid=MzI5NzQ5NzAxNF8xMDAwMDAxOTk=",
"image_list": {
"index_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/201973143652696.jpg",
"recommend_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/201973143659146.jpg",
"share_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/201973143727162.jpg",
"index_data_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/20190703143649.jpg",
"background_thumb": null
},
"is_music": 1,
"author_info": {
"author": "土味搞笑",
"logo": "http://dev.heka4.site/mini-program-matrix/data/images/author/fda13df3e3b3d5f14a60c771bae91fea.jpg",
"articles_num": 46
},
"list_vedio_type": "0",
"width": "0",
"height": "0",
"cover_url": "",
"index_thumb_width": 539,
"index_thumb_height": 269,
"title_prefix_type": "0",
"pv": 10000,
"share_num": 2000,
"fans_num": 0,
"commend_num": 0,
"is_commend": false,
"is_follow_new": false,
"is_follow": false,
"tab_info": {
"tab_name": "",
"tab_id": 0,
"trend": ""
}
},
{
"article_id": 84735,
"title": "全国人大代表建议:60岁以上老年人免景区门票,支持的请转起来",
"publish_at": "1562064865",
"article_type": 1,
"author_id": 7,
"link": "",
"image_list": {
"index_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/20197214261814.jpg",
"recommend_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/20197214266822.jpg",
"share_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/201972142613579.jpg",
"index_data_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/201972142559879.jpg",
"background_thumb": null
},
"is_music": 0,
"author_info": {
"author": "偏方大全",
"logo": "http://dev.heka4.site/mini-program-matrix/data/images/author/f0804f0f071d297db693efe8271f602a.jpg",
"articles_num": 4974
},
"list_vedio_type": "0",
"width": "0",
"height": "0",
"cover_url": "",
"index_thumb_width": 440,
"index_thumb_height": 220,
"title_prefix_type": "0",
"pv": 10000,
"share_num": 2000,
"fans_num": 0,
"commend_num": 0,
"is_commend": false,
"is_follow_new": false,
"is_follow": false,
"tab_info": {
"tab_name": "",
"tab_id": 0,
"trend": ""
}
},
],
"page_depend": "-1"
},
"code": 1,
"state": true
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<ul>
<li>
<p>暂无</p>
<p><strong>备注</strong> </p>
</li>
<li>暂无</li>
</ul>