获取模板预览结果
<p>视频合成获取模板预览结果</p>
<p>GET <code>video/combine/template/combineStatus</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>
</tbody>
</table>
<p>返回data</p>
<pre><code>{
"photo_url": [
"http://1.jpg",
"http://2.jpg",
"http://3.jpg"
],
"status": 1 // 0为合成中,1为成功,其余为错误
}</code></pre>