试题-知识点查询学段科目
<p><strong>简要描述:</strong> </p>
<ul>
<li>试题-知识点查询学段科目</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://47.93.115.228:9002/question/getKnowledgePhaseGradeSubject</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"MSG": "",
"STATE": "0",
"OBJECT": [
{
"SUBJECTLIST": [
{
"SUBJECTID": 1,
"SUBJECTNAME": "语文"
},
{
"SUBJECTID": 2,
"SUBJECTNAME": "数学"
}
],
"PHARSEID": 1,
"PHARSENAME": "小学"
},
{
"SUBJECTLIST": [
{
"SUBJECTID": 1,
"SUBJECTNAME": "语文"
},
{
"SUBJECTID": 2,
"SUBJECTNAME": "数学"
},
{
"SUBJECTID": 3,
"SUBJECTNAME": "英语"
},
{
"SUBJECTID": 8,
"SUBJECTNAME": "物理"
},
{
"SUBJECTID": 9,
"SUBJECTNAME": "化学"
}
],
"PHARSEID": 2,
"PHARSENAME": "初中"
},
{
"SUBJECTLIST": [
{
"SUBJECTID": 1,
"SUBJECTNAME": "语文"
},
{
"SUBJECTID": 2,
"SUBJECTNAME": "数学"
},
{
"SUBJECTID": 3,
"SUBJECTNAME": "英语"
},
{
"SUBJECTID": 8,
"SUBJECTNAME": "物理"
},
{
"SUBJECTID": 9,
"SUBJECTNAME": "化学"
}
],
"PHARSEID": 3,
"PHARSENAME": "高中"
}
]
}</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>
</tbody>
</table>