查找图片
<p>视频合成查找图片</p>
<p>GET <code>video/combine/image/find</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>integer</td>
<td>id</td>
</tr>
<tr>
<td>url</td>
<td>string</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>