001考试平台

考试平台


列表

<h5>简要描述</h5> <ul> <li>列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/topicCollection/errorTopicCollect</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求示例</h5> <pre><code>page:1 size:20</code></pre> <h5>请求参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">是</td> <td>int</td> <td>页数</td> </tr> <tr> <td style="text-align: left;">size</td> <td style="text-align: left;">是</td> <td>int</td> <td>页大小</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;result&amp;quot;: [             {                 &amp;quot;topicKind&amp;quot;: 1,                 &amp;quot;totalNum&amp;quot;: 1,                 &amp;quot;topicTypeName&amp;quot;: &amp;quot;出口&amp;quot;,                 &amp;quot;topicKindName&amp;quot;: &amp;quot;出口正常车&amp;quot;,                 &amp;quot;errorNum&amp;quot;: 0,                 &amp;quot;accuracy&amp;quot;: &amp;quot;0.00&amp;quot;,                 &amp;quot;topicType&amp;quot;: 1             }         ],         &amp;quot;pageSize&amp;quot;: 1,         &amp;quot;pageNumber&amp;quot;: 1,         &amp;quot;totalCount&amp;quot;: 31,         &amp;quot;firstPage&amp;quot;: true,         &amp;quot;lastPage&amp;quot;: true,         &amp;quot;hasNextPage&amp;quot;: false,         &amp;quot;hasPreviousPage&amp;quot;: false,         &amp;quot;lastPageNumber&amp;quot;: 1,         &amp;quot;thisPageFirstElementNumber&amp;quot;: 1,         &amp;quot;thisPageLastElementNumber&amp;quot;: 1,         &amp;quot;nextPageNumber&amp;quot;: 2,         &amp;quot;previousPageNumber&amp;quot;: 0,         &amp;quot;thisPageNumber&amp;quot;: 1,         &amp;quot;linkPageNumbers&amp;quot;: [             1         ],         &amp;quot;firstResult&amp;quot;: 0     } }</code></pre> <h5>返回参数说明</h5> <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;">topicKind</td> <td style="text-align: left;">int</td> <td>题型(字典值)</td> </tr> <tr> <td style="text-align: left;">totalNum</td> <td style="text-align: left;">int</td> <td>做题次数</td> </tr> <tr> <td style="text-align: left;">topicTypeName</td> <td style="text-align: left;">string</td> <td>类型</td> </tr> <tr> <td style="text-align: left;">topicKindName</td> <td style="text-align: left;">string</td> <td>题型</td> </tr> <tr> <td style="text-align: left;">errorNum</td> <td style="text-align: left;">int</td> <td>错误次数</td> </tr> <tr> <td style="text-align: left;">accuracy</td> <td style="text-align: left;">string</td> <td>错误率</td> </tr> <tr> <td style="text-align: left;">topicType</td> <td style="text-align: left;">int</td> <td>类型(字典值)</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML