模板列表
<p>视频合成模板列表</p>
<p>GET <code>video/combine/template</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>string</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": 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-27 21:11:16"
}
]</code></pre>