根据tab随机获取视频
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据tab随机获取视频</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/template/tab_rand_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;">tab_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>频道id,此处使用“妩媚女人”-368</td>
</tr>
<tr>
<td style="text-align: left;">openid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户openid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg":"查询成功!",
"data":{
"dataList":[
{
"article_id":78594,
"title":"一等就是一年多",
"publish_at":"1559537227",
"article_type":2,
"author_id":264,
"link":"http://vod.heywoodsminiprogram.com/sv/44aeaba5-16afd9c5303/44aeaba5-16afd9c5303.mp4",
"image_list":{
"index_data_thumb":"http://goclick.heywoodsminiprogram.com/mini-program-matrix/data/temp/e4651f528e79c73f2f1d9c76f9b060af.jpg",
"index_thumb":"http://goclick.heywoodsminiprogram.com/mini-program-matrix/data/temp/e4651f528e79c73f2f1d9c76f9b060af.jpg",
"recommend_thumb":"http://goclick.heywoodsminiprogram.com/mini-program-matrix/data/temp/e4651f528e79c73f2f1d9c76f9b060af.jpg",
"share_thumb":"http://yuetu.heywoodsminiprogram.com/test/images/jpg/2019528182832333.jpg"
},
"is_music":0,
"author_info":{
"author":"青色雨音",
"logo":"http://goclick.heywoodsminiprogram.com/mini-program-matrix/data/images/author/98d3f26a637737032ba260e69043984f.jpg",
"articles_num":2
},
"list_vedio_type":"0",
"width":"720",
"height":"1080",
"cover_url":"http://vod.heywoodsminiprogram.com/50c1b756079a4fd2b2de817537d880b0/snapshots/ea5d33c4800a47389958dfeabefca0bb-00001.jpg",
"index_thumb_width":640,
"index_thumb_height":360,
"title_prefix_type":"0",
"pv":10185,
"share_num":2006,
"fans_num":1,
"commend_num":2,
"is_commend":false,
"is_follow_new":false,
"is_follow":false,
"tab_info":{
"tab_name":"广场舞队",
"show_type":2,
"tab_id":381,
"trend":"6.5W"
}
},
...
]
},
"code":1,
"state":true
}</code></pre>