模板详情
<p>视频合成模板详情</p>
<p>GET <code>video/combine/template/{id}</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>{
"id": 20,
"name": "2科技板块666",
"cover": "http://xiaoqqres.heywoodsminiprogram.com/undefined2019911185019688timg%20(1).gif",
"direction": 1,
"created_at": "2019-09-11 18:50:51",
"updated_at": "2019-09-28 12:11:55",
"combineData": {
"videoDirection": 1,
"modalpublicId": 6,
"fontFamily": 1,
"combineType": 1000,
"voice": {
"id": 0
},
"packList": [],
"voiceModeid": 0,
}
}</code></pre>