获取科目列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取科目列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/Common/SubjectList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">grade_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>阶段或者年级id</td>
</tr>
</tbody>
</table>
<p><strong>年级返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;:&quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: &quot;1101&quot;,
&quot;name&quot;: &quot;课后托管&quot;,
&quot;icon&quot;: &quot;http://shangcheng112.oss-cn-beijing.aliyuncs.com/edu/cfce7a60-f44d-44b6-aa4d-bc908dcb5ca6.png&quot;
},
{
&quot;id&quot;: &quot;65&quot;,
&quot;name&quot;: &quot;行为习惯&quot;,
&quot;icon&quot;: &quot;&quot;
},
{
&quot;id&quot;: &quot;57&quot;,
&quot;name&quot;: &quot;亲子课堂&quot;,
&quot;icon&quot;: &quot;&quot;
},
{
&quot;id&quot;: &quot;59&quot;,
&quot;name&quot;: &quot;户外游学&quot;,
&quot;icon&quot;: &quot;&quot;
},
{
&quot;id&quot;: &quot;64&quot;,
&quot;name&quot;: &quot;升学择校&quot;,
&quot;icon&quot;: &quot;&quot;
},
{
&quot;id&quot;: &quot;13&quot;,
&quot;name&quot;: &quot;素质教育&quot;,
&quot;icon&quot;: &quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/admin/icons/zhuchi.png&quot;
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">code</td>
<td style="text-align: left;">int</td>
<td>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>