6. 获取底部详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>H5 获取顶部详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/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;">rows</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</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;">bool</td>
<td>是否是第一次请求</td>
</tr>
<tr>
<td style="text-align: left;">appid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>在 header 头加上 Appid = "小程序appid"</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg":"查询成功!",
"data":{
"dataList":[
{
"article_id":"92152",
"title":"中央下达死命令:事关所有老兵!",
"publish_at":"1567429536",
"article_type":2,
"author_id":88,
"link":"http://vod.heywoodsminiprogram.com/sv/1ba5e1dc-16cf16e5a92/1ba5e1dc-16cf16e5a92.mp4",
"image_list":{
"index_thumb":"http://yuetu.heywoodsminiprogram.com/test/images/jpg/201992174743937.jpg",
"recommend_thumb":"http://yuetu.heywoodsminiprogram.com/test/images/jpg/201992174754508.jpg",
"share_thumb":"http://yuetu.heywoodsminiprogram.com/test/images/jpg/20199218339542.jpg",
"index_data_thumb":"http://yuetu.heywoodsminiprogram.com/test/images/jpg/20199217474161.jpg"
},
"is_music":0,
"author_info":{
"author":"●●●●接班人",
"logo":"http://goclick.heywoodsminiprogram.com/mini-program-matrix/data/images/author/2443552d439e8b86d436f46ba27c2c84.jpg",
"articles_num":3025
},
"list_vedio_type":"0",
"width":"720",
"height":"720",
"cover_url":"http://vod.heywoodsminiprogram.com/efd43c2d4af048098612c3fb68a9e7c2/snapshots/15cc8a4060cf4c2f90a7b6b3ef1d1592-00001.jpg",
"index_thumb_width":272,
"index_thumb_height":136,
"title_prefix_type":"0",
"subtitle":null,
"pv":13981,
"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
}
],
"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>