APP

API接口文档


试题-根据学段、科目查询知识点

<p><strong>简要描述:</strong> </p> <ul> <li>试题-根据学段、科目查询知识点</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://47.93.115.228:9002/question/getKnowledges</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;">phaseId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>学段Id</td> </tr> <tr> <td style="text-align: left;">subjectId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>科目Id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;MSG&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;STATE&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;OBJECT&amp;quot;: [ { &amp;quot;questionCount&amp;quot;: 55000, &amp;quot;KNOWLEDGEID&amp;quot;: 55000, &amp;quot;PARENTNAME&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;LEVEL&amp;quot;: 1, &amp;quot;NAME&amp;quot;: &amp;quot;化学科学与探究&amp;quot;, &amp;quot;CHILDREN&amp;quot;: [ { &amp;quot;questionCount&amp;quot;: 55000, &amp;quot;KNOWLEDGEID&amp;quot;: 55000, &amp;quot;PARENTNAME&amp;quot;: &amp;quot;化学科学与探究&amp;quot;, &amp;quot;LEVEL&amp;quot;: 2, &amp;quot;NAME&amp;quot;: &amp;quot;化学科学特点&amp;quot;, &amp;quot;CHILDREN&amp;quot;: [ { &amp;quot;questionCount&amp;quot;: 55000, &amp;quot;KNOWLEDGEID&amp;quot;: 55000, &amp;quot;PARENTNAME&amp;quot;: &amp;quot;化学科学特点&amp;quot;, &amp;quot;LEVEL&amp;quot;: 3, &amp;quot;NAME&amp;quot;: &amp;quot;化学的主要特点与意义&amp;quot; }, { &amp;quot;questionCount&amp;quot;: 55000, &amp;quot;KNOWLEDGEID&amp;quot;: 55000, &amp;quot;PARENTNAME&amp;quot;: &amp;quot;化学科学特点&amp;quot;, &amp;quot;LEVEL&amp;quot;: 3, &amp;quot;NAME&amp;quot;: &amp;quot;化学史&amp;quot; } ] }, { &amp;quot;questionCount&amp;quot;: 55000, &amp;quot;KNOWLEDGEID&amp;quot;: 55000, &amp;quot;PARENTNAME&amp;quot;: &amp;quot;化学科学与探究&amp;quot;, &amp;quot;LEVEL&amp;quot;: 2, &amp;quot;NAME&amp;quot;: &amp;quot;化学研究方法与工业化学&amp;quot;, &amp;quot;CHILDREN&amp;quot;: [ { &amp;quot;questionCount&amp;quot;: 55000, &amp;quot;KNOWLEDGEID&amp;quot;: 55000, &amp;quot;PARENTNAME&amp;quot;: &amp;quot;化学研究方法与工业化学&amp;quot;, &amp;quot;LEVEL&amp;quot;: 3, &amp;quot;NAME&amp;quot;: &amp;quot;科学探究的基本过程&amp;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;">questionCount</td> <td style="text-align: left;">int</td> <td>题量</td> </tr> <tr> <td style="text-align: left;">KNOWLEDGEID</td> <td style="text-align: left;">int</td> <td>知识点Id</td> </tr> <tr> <td style="text-align: left;">LEVEL</td> <td style="text-align: left;">int</td> <td>知识点级别</td> </tr> <tr> <td style="text-align: left;">NAME</td> <td style="text-align: left;">String</td> <td>知识点名称</td> </tr> <tr> <td style="text-align: left;">PARENTNAME</td> <td style="text-align: left;">String</td> <td>父级知识点名称</td> </tr> <tr> <td style="text-align: left;">CHILDREN</td> <td style="text-align: left;">list</td> <td>子级知识点</td> </tr> </tbody> </table>

页面列表

ITEM_HTML