获取某主题列表下所有文章
<h3>新主题列表</h3>
<p>请求地址: POST <code>/topic/topic_articles</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>appid</td>
<td>string</td>
<td>小程序appid</td>
</tr>
<tr>
<td>client_version</td>
<td>string</td>
<td>小程序版本</td>
</tr>
<tr>
<td>topic_id</td>
<td>integer</td>
<td>主题id</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "",
"data": [
{
"article_id": 85051,
"title": "反倒是11",
"publish_at": "1565255864",
"article_type": 2,
"author_id": 12,
"link": "http://vod.heywoodsminiprogram.com/sv/3b0f1b1f-16bfdf08d42/3b0f1b1f-16bfdf08d42.mp4",
"image_list": {
"index_thumb": "http://dev.heka4.site/test/images/jpg/2019717111240291.jpg",
"recommend_thumb": "http://dev.heka4.site/test/images/jpg/2019717111244666.jpg",
"share_thumb": "http://dev.heka4.site/test/images/jpg/20197171118457.jpg",
"index_data_thumb": "http://dev.heka4.site/test/images/jpg/201971711123713.jpg"
},
"is_music": 0,
"author_info": {
"author": "祖国风光",
"logo": "http://dev.heka4.site/mini-program-matrix/data/images/author/1ef8acf1e736e8563cbe3abcdf3f2b65.jpg",
"articles_num": 4080
},
"list_vedio_type": "0",
"width": "720",
"height": "1280",
"cover_url": "http://vod.heywoodsminiprogram.com/c4fd5c939ae548e39627996237a94e33/snapshots/8de4eb3c309f4241a61f1fae70006b71-00001.jpg",
"index_thumb_width": 253,
"index_thumb_height": 126,
"title_prefix_type": "0",
"subtitle": null,
"pv": 10006,
"share_num": 2002,
"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
}
],
"code": "获取主题文章列表成功",
"state": true
}</code></pre>