素材管理--视频列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://vring.dyhculture.com/forestage/personal/getvideo.html</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">currVideoPage</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">VideopageSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>每页数量</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"data": [
{
"vid": 21,
"videoPath": "/smallVideoLib/",
"videoName": "20210910/2db1b792400f27ad607eb150a4a64171.mp4",
"uploadTime": "2021-09-10 00:00:00",
"userid": 1,
"duration": 6,
"coverPath": "/images/smallVideoCover/",
"coverName": "16312377367573.png",
"orderID": null,
"isShow": "1",
"videoType": 3,
"label": "城市名片"
},
{
"vid": 22,
"videoPath": "/smallVideoLib/",
"videoName": "20210910/666c5fe41a21e310065a6d57f93dd625.mp4",
"uploadTime": "2021-09-10 00:00:00",
"userid": 1,
"duration": 6,
"coverPath": "/images/smallVideoCover/",
"coverName": "16312377415733.png",
"orderID": null,
"isShow": "1",
"videoType": 3,
"label": "城市名片"
},
{
"vid": 23,
"videoPath": "/smallVideoLib/",
"videoName": "20210910/c19bbafcf815fedee95fd07446f348cd.mp4",
"uploadTime": "2021-09-10 00:00:00",
"userid": 1,
"duration": 6,
"coverPath": "/images/smallVideoCover/",
"coverName": "16312377441849.png",
"orderID": null,
"isShow": "1",
"videoType": 3,
"label": "城市名片"
},
{
"vid": 24,
"videoPath": "/smallVideoLib/",
"videoName": "20210910/e268b04cb2c16c881170034b3210befc.mp4",
"uploadTime": "2021-09-10 00:00:00",
"userid": 1,
"duration": 7,
"coverPath": "/images/smallVideoCover/",
"coverName": "16312377459011.png",
"orderID": null,
"isShow": "1",
"videoType": 3,
"label": "城市名片"
},
{
"vid": 25,
"videoPath": "/smallVideoLib/",
"videoName": "20210910/0b7754baf37acf2ef90d15916ec1f46e.mp4",
"uploadTime": "2021-09-10 00:00:00",
"userid": 1,
"duration": 6,
"coverPath": "/images/smallVideoCover/",
"coverName": "16312377457666.png",
"orderID": null,
"isShow": "1",
"videoType": 3,
"label": "城市名片"
},
{
"vid": 26,
"videoPath": "/smallVideoLib/",
"videoName": "20210910/fde891b71e6f5ab20ddb1342d4d2107f.mp4",
"uploadTime": "2021-09-10 00:00:00",
"userid": 1,
"duration": 8,
"coverPath": "/images/smallVideoCover/",
"coverName": "16312377466921.png",
"orderID": null,
"isShow": "1",
"videoType": 3,
"label": "城市名片"
},
{
"vid": 33,
"videoPath": "/smallVideoLib/",
"videoName": "20210910/288254bc05666d62ac402fa1fe7085d7.mp4",
"uploadTime": "2021-09-10 00:00:00",
"userid": 1,
"duration": 5,
"coverPath": "/images/smallVideoCover/",
"coverName": "16312623689799.png",
"orderID": null,
"isShow": "1",
"videoType": 5,
"label": "3C"
},
{
"vid": 34,
"videoPath": "/smallVideoLib/",
"videoName": "20210910/fa134cb9aeab0e238aa48e98c0c4cb82.mp4",
"uploadTime": "2021-09-10 00:00:00",
"userid": 1,
"duration": 5,
"coverPath": "/images/smallVideoCover/",
"coverName": "16312624186178.png",
"orderID": null,
"isShow": "1",
"videoType": 5,
"label": "3C"
}
],
"count": 166
}</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>