模板收藏
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>模板收藏</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://vring.dyhculture.com/forestage/personal/getcollect.html?currCollectPage=1&collectSize=20</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">currCollectPage</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">collectSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>每页数量</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"data":
[{
"TID":245, 模板id
"isPost":"1",
"templateName":"\u5c71\u95f4\u6c11\u5bbf", 模板名称
"templatePrice":"0.01", 模板价格
"templateDiscount":null,
"replacePictureNum":0,
"replaceTextNum":15,可替换文字数量
"cover_path":"\/images\/templateCover\/",封面链接
"cover":"1536063667.png",封面链接
"templateDuration":15,模板时长
"templateVidioLink":"\/template\/\u5c71\u95f4\u6c11\u5bbf\/view\/\u5c71\u95f4\u6c11\u5bbf.mp4", 视频链接
"temPostTime":"2018-09-04 20:21:07", 创建时间
"templateCollect":1 收藏
}],
"count":1 数量
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>