热点专题轴内容
<h4>热点专题基本信息</h4>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/hot_topic/axis_list</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": {
"axis_list":[
{
"id":1, // id唯一标识
"type":2, // 轴类型,1: 简讯; 2: 视频;
"axis_node_name": "轴节点名称",
"newsletter_title": "简讯标题", // 类型为2时可能为空
"newsletter_content": "简讯内容", // 类型为2时可能为空
"article_info": { // 素材内容,类型为2的时候返回
"article_id": "66223",
"title": "陪你到最后的,才是真爱!",
"article_type": 3,
"image_list": {
"index_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/2019329152652536.jpg",
},
"is_music": 1,
"title_prefix_type": "0",
}
}
],
},
"code": 1,
"state": true
}</code></pre>