图片列表
<p>视频合成图片列表</p>
<p>GET <code>video/combine/image</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>tagids</td>
<td>integer[]</td>
<td>标签id数组</td>
</tr>
<tr>
<td>type</td>
<td>integer</td>
<td>类型</td>
</tr>
<tr>
<td>direction</td>
<td>integer</td>
<td>方向</td>
</tr>
<tr>
<td>page</td>
<td>integer</td>
<td>页数</td>
</tr>
<tr>
<td>limit</td>
<td>integer</td>
<td>每页条数</td>
</tr>
</tbody>
</table>
<p>返回data</p>
<pre><code>[
{
"id": 467,
"url": "http://dev.heka4.site/test/images/jpg/8804d96e64ab730bb42793ae2c5489ed.jpg",
"direction": 1,
"type": 1,
"tags": [
{
"id": 55,
"name": "万亿"
}
]
}
]</code></pre>