热点专题页轮播
<h4>热点专题基本信息</h4>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/hot_topic/broadcast</code>
请求方式: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 style="text-align: left;">说明</th>
<th style="text-align: left;">示例</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "查询成功!",
"data": {
"broadcast_list":[
{
"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>