3. 根据标签 id 获取文章列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据 tag_id 获取文章列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/h5/list_articles</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;">tag_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>init 接口返回的标签 id</td>
</tr>
<tr>
<td style="text-align: left;">page_depend</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>时间标识,表示下一次从哪里开始读取文章,第一页不用传</td>
</tr>
<tr>
<td style="text-align: left;">row</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>每页几条,默认 10</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "success",
"data": {
"lists": [
{
"article_id": 80371,
"title": "五十岁以后,这才是最好的活法!1",
"publish_at": 1578037324,
"article_type": 2,
"author_id": 12,
"link": "http://vod.heywoodsminiprogram.com/sv/34976a72-16edfa1ea6c/34976a72-16edfa1ea6c.mp4",
"image_list": {
"index_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/20196101627940.jpg",
"recommend_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/2019610162713678.jpg",
"share_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/2019610162753828.jpg",
"index_data_thumb": "http://yuetu.heywoodsminiprogram.com/test/images/jpg/201961016277428.jpeg",
"background_thumb": ""
},
"is_music": 0,
"author_info": {
"author": "祖国风光",
"logo": "http://dev.heka4.site/mini-program-matrix/data/images/author/1ef8acf1e736e8563cbe3abcdf3f2b65.jpg",
"articles_num": 4163
},
"list_vedio_type": 0,
"width": 846,
"height": 486,
"cover_url": "http://vod.heywoodsminiprogram.com/a1be6748c4a14e4ebf8866e124c28823/snapshots/6d214018b35a49a0af0868f996ef151d-00001.jpg",
"index_thumb_width": 368,
"index_thumb_height": 184,
"title_prefix_type": "0",
"subtitle": null,
"pv": 20568,
"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" : 1620382038;
},
"code": 1,
"state": true
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<ul>
<li>
<p>暂无</p>
<p><strong>备注</strong> </p>
</li>
<li>暂无</li>
</ul>