获取行为兴趣分类
<h5>简要描述</h5>
<ul>
<li>获取行为兴趣分类</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>GET</code> <code>api/contest.console.console/getCategory</code></li>
</ul>
<h5>响应</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2022-03-30 15:05:12",
"data": [
{
"id": "16",
"name": "游戏",
"num": "250万",
"children": [
{
"id": "1602",
"name": "游戏(按玩法)",
"num": "250万",
"children": [
{
"id": "160201",
"name": "动作游戏",
"num": "<1万",
"children": [
{
"id": "16020101",
"name": "动作冒险游戏",
"num": "<1万"
},
{
"id": "16020102",
"name": "格斗游戏",
"num": "<1万"
}
]
},
......
]
},
......
]
}</code></pre>