素材管理--视频分类
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>素材管理--视频分类</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://vring.dyhculture.com/forestage/personal/getvideotypearr.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;">a</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>1</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> [
{
"VTID": 12,
"label": "节日",
"isShow": "1",
"priority": 1,
"temCount": 18
},
{
"VTID": 14,
"label": "红烧肉",
"isShow": "1",
"priority": 1,
"temCount": 6
},
{
"VTID": 3,
"label": "城市名片",
"isShow": "1",
"priority": 2,
"temCount": 30
},
{
"VTID": 4,
"label": "化妆品",
"isShow": "1",
"priority": 3,
"temCount": 6
},
{
"VTID": 5,
"label": "3C",
"isShow": "1",
"priority": 4,
"temCount": 30
},
{
"VTID": 6,
"label": "服装",
"isShow": "1",
"priority": 5,
"temCount": 24
},
{
"VTID": 7,
"label": "图书",
"isShow": "1",
"priority": 6,
"temCount": 0
},
{
"VTID": 8,
"label": "美食",
"isShow": "1",
"priority": 7,
"temCount": 12
},
{
"VTID": 9,
"label": "零售",
"isShow": "1",
"priority": 8,
"temCount": 6
},
{
"VTID": 10,
"label": "饮料",
"isShow": "1",
"priority": 9,
"temCount": 6
},
{
"VTID": 11,
"label": "农产品",
"isShow": "1",
"priority": 10,
"temCount": 6
},
{
"VTID": 2,
"label": "短视频考核",
"isShow": "1",
"priority": 20,
"temCount": 0
},
{
"VTID": 13,
"label": "标签机",
"isShow": "1",
"priority": 21,
"temCount": 6
},
{
"VTID": 15,
"label": "鲜肉烧饼",
"isShow": "1",
"priority": 22,
"temCount": 6
},
{
"VTID": 16,
"label": "摄像头",
"isShow": "1",
"priority": 23,
"temCount": 6
}
]</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>