课程分类列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>课程分类列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>index/classify_list</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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;ok!&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 1,
&quot;name&quot;: &quot;预科&quot;,
&quot;two_list&quot;: [
{
&quot;id&quot;: 9,
&quot;pid&quot;: 1,
&quot;name&quot;: &quot;拔尖选项&quot;
},
{
&quot;id&quot;: 14,
&quot;pid&quot;: 1,
&quot;name&quot;: &quot;少儿编程&quot;
},
{
&quot;id&quot;: 15,
&quot;pid&quot;: 1,
&quot;name&quot;: &quot;数学预科&quot;
},
{
&quot;id&quot;: 16,
&quot;pid&quot;: 1,
&quot;name&quot;: &quot;物理预科&quot;
},
{
&quot;id&quot;: 17,
&quot;pid&quot;: 1,
&quot;name&quot;: &quot;化学预科&quot;
},
{
&quot;id&quot;: 18,
&quot;pid&quot;: 1,
&quot;name&quot;: &quot;生物预科&quot;
},
{
&quot;id&quot;: 19,
&quot;pid&quot;: 1,
&quot;name&quot;: &quot;医学预科&quot;
}
]
},
{
&quot;id&quot;: 2,
&quot;name&quot;: &quot;高考&quot;,
&quot;two_list&quot;: [
{
&quot;id&quot;: 10,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;数学&quot;
},
{
&quot;id&quot;: 20,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;物理&quot;
},
{
&quot;id&quot;: 21,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;化学&quot;
},
{
&quot;id&quot;: 22,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;生物&quot;
},
{
&quot;id&quot;: 23,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;地理&quot;
},
{
&quot;id&quot;: 24,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;语文&quot;
},
{
&quot;id&quot;: 25,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;英语&quot;
},
{
&quot;id&quot;: 26,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;历史&quot;
},
{
&quot;id&quot;: 27,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;地理&quot;
},
{
&quot;id&quot;: 28,
&quot;pid&quot;: 2,
&quot;name&quot;: &quot;政治&quot;
}
]
},
{
&quot;id&quot;: 3,
&quot;name&quot;: &quot;强基&quot;
},
{
&quot;id&quot;: 4,
&quot;name&quot;: &quot;数学竞赛&quot;,
&quot;two_list&quot;: [
{
&quot;id&quot;: 29,
&quot;pid&quot;: 4,
&quot;name&quot;: &quot;一试&quot;
},
{
&quot;id&quot;: 11,
&quot;pid&quot;: 4,
&quot;name&quot;: &quot;数竞先修&quot;
},
{
&quot;id&quot;: 30,
&quot;pid&quot;: 4,
&quot;name&quot;: &quot;丘班数学&quot;
},
{
&quot;id&quot;: 31,
&quot;pid&quot;: 4,
&quot;name&quot;: &quot;平面几何&quot;
},
{
&quot;id&quot;: 32,
&quot;pid&quot;: 4,
&quot;name&quot;: &quot;代数&quot;
},
{
&quot;id&quot;: 33,
&quot;pid&quot;: 4,
&quot;name&quot;: &quot;数论&quot;
},
{
&quot;id&quot;: 34,
&quot;pid&quot;: 4,
&quot;name&quot;: &quot;组合&quot;
},
{
&quot;id&quot;: 35,
&quot;pid&quot;: 4,
&quot;name&quot;: &quot;二试&quot;
}
]
},
{
&quot;id&quot;: 5,
&quot;name&quot;: &quot;物理竞赛&quot;,
&quot;two_list&quot;: [
{
&quot;id&quot;: 12,
&quot;pid&quot;: 5,
&quot;name&quot;: &quot;物竞先修&quot;
},
{
&quot;id&quot;: 36,
&quot;pid&quot;: 5,
&quot;name&quot;: &quot;高等数学&quot;
},
{
&quot;id&quot;: 37,
&quot;pid&quot;: 5,
&quot;name&quot;: &quot;力学&quot;
},
{
&quot;id&quot;: 38,
&quot;pid&quot;: 5,
&quot;name&quot;: &quot;电磁学&quot;
},
{
&quot;id&quot;: 39,
&quot;pid&quot;: 5,
&quot;name&quot;: &quot;光学&quot;
},
{
&quot;id&quot;: 40,
&quot;pid&quot;: 5,
&quot;name&quot;: &quot;热学&quot;
},
{
&quot;id&quot;: 41,
&quot;pid&quot;: 5,
&quot;name&quot;: &quot;近代物理&quot;
},
{
&quot;id&quot;: 42,
&quot;pid&quot;: 5,
&quot;name&quot;: &quot;综合&quot;
}
]
},
{
&quot;id&quot;: 6,
&quot;name&quot;: &quot;化学竞赛&quot;,
&quot;two_list&quot;: [
{
&quot;id&quot;: 13,
&quot;pid&quot;: 6,
&quot;name&quot;: &quot;化竞先修&quot;
},
{
&quot;id&quot;: 43,
&quot;pid&quot;: 6,
&quot;name&quot;: &quot;无机化学&quot;
},
{
&quot;id&quot;: 44,
&quot;pid&quot;: 6,
&quot;name&quot;: &quot;有机化学&quot;
},
{
&quot;id&quot;: 45,
&quot;pid&quot;: 6,
&quot;name&quot;: &quot;物理化学&quot;
},
{
&quot;id&quot;: 46,
&quot;pid&quot;: 6,
&quot;name&quot;: &quot;分析化学&quot;
},
{
&quot;id&quot;: 47,
&quot;pid&quot;: 6,
&quot;name&quot;: &quot;综合&quot;
}
]
},
{
&quot;id&quot;: 7,
&quot;name&quot;: &quot;生物竞赛&quot;,
&quot;two_list&quot;: [
{
&quot;id&quot;: 48,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;生竞先修&quot;
},
{
&quot;id&quot;: 49,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;细胞&quot;
},
{
&quot;id&quot;: 50,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;生物与分子&quot;
},
{
&quot;id&quot;: 51,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;遗传&quot;
},
{
&quot;id&quot;: 52,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;演化与生信&quot;
},
{
&quot;id&quot;: 53,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;植物&quot;
},
{
&quot;id&quot;: 54,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;植物生理&quot;
},
{
&quot;id&quot;: 55,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;微生物&quot;
},
{
&quot;id&quot;: 56,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;动物&quot;
},
{
&quot;id&quot;: 57,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;动物生理&quot;
},
{
&quot;id&quot;: 58,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;生态&quot;
},
{
&quot;id&quot;: 59,
&quot;pid&quot;: 7,
&quot;name&quot;: &quot;综合&quot;
}
]
},
{
&quot;id&quot;: 8,
&quot;name&quot;: &quot;信息竞赛&quot;,
&quot;two_list&quot;: [
{
&quot;id&quot;: 60,
&quot;pid&quot;: 8,
&quot;name&quot;: &quot;数学基础&quot;
},
{
&quot;id&quot;: 61,
&quot;pid&quot;: 8,
&quot;name&quot;: &quot;C++语言基础&quot;
},
{
&quot;id&quot;: 62,
&quot;pid&quot;: 8,
&quot;name&quot;: &quot;CSP-J&quot;
},
{
&quot;id&quot;: 63,
&quot;pid&quot;: 8,
&quot;name&quot;: &quot;CSP-S&quot;
},
{
&quot;id&quot;: 64,
&quot;pid&quot;: 8,
&quot;name&quot;: &quot;NOIP&quot;
},
{
&quot;id&quot;: 65,
&quot;pid&quot;: 8,
&quot;name&quot;: &quot;NOI&quot;
}
]
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>