2. 获取轮播图
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取轮播图</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/h5/broadcast_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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "查询成功!",
"data": [
{
"article_id": "66223",
"title": "陪你到最后的,才是真爱!",
"publish_at": "1561712369",
"article_type": 3,
"author_id": 23,
"link": "http://yuetu.heywoodsminiprogram.com/test/music/2019323153255534.mp3",
"image_list": {
"index_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/2019329152652536.jpg",
"recommend_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/2019329152656904.jpg",
"share_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/2019329152717422.jpg",
"index_data_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/20190329152642.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": null,
"height": null,
"cover_url": null,
"index_thumb_width": 253,
"index_thumb_height": 126,
"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": ""
}
}
],
"code": 1,
"state": true
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<ul>
<li>
<p>暂无</p>
<p><strong>备注</strong> </p>
</li>
<li>暂无</li>
</ul>