001考试平台

考试平台


自测考核

<h5>简要描述</h5> <ul> <li>自测考核</li> </ul> <h5>请求URL</h5> <ul> <li><code>/personalAssessment/selfExamInfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求示例</h5> <pre><code>examId:0ecbed7d40974fab9da822770bad3152 assessId:7c27fd2395ed44c5ae071f7e68bcb83d</code></pre> <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> <tr> <td style="text-align: left;">examId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>考试id</td> </tr> <tr> <td style="text-align: left;">assessId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>考核id(存在则必传)</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;examId&amp;quot;: &amp;quot;373ad3b1ab4541358b8f23271a037ca0&amp;quot;,             &amp;quot;topicType&amp;quot;: 1,             &amp;quot;topicKind&amp;quot;: 31,             &amp;quot;score&amp;quot;: 10,             &amp;quot;id&amp;quot;: &amp;quot;dd39479db2124f60906062350ba56212&amp;quot;,             &amp;quot;vehicleAssort&amp;quot;: 1,             &amp;quot;vehiclePlate&amp;quot;: &amp;quot;粤FBP967&amp;quot;,             &amp;quot;vehiclePlateColor&amp;quot;: null,             &amp;quot;vehicleClass&amp;quot;: 0,             &amp;quot;vehicleType&amp;quot;: 1,             &amp;quot;picPath&amp;quot;: &amp;quot;admin2501232a6aaf4727840b3b457bb8a167.adminc4ecebdb2c3a4f63828bbb719dbc8f42&amp;quot;,             &amp;quot;picStatus&amp;quot;: 1,             &amp;quot;createPicUsername&amp;quot;: &amp;quot;超级管理员&amp;quot;,             &amp;quot;createPicUserId&amp;quot;: &amp;quot;admin&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2023-07-03 17:10:31&amp;quot;,             &amp;quot;picName&amp;quot;: &amp;quot;2023070315be2223ace6438481086d53c0cba48d.JPG&amp;quot;,             &amp;quot;axleCount&amp;quot;: null,             &amp;quot;seat&amp;quot;: null,             &amp;quot;limitWeight&amp;quot;: null,             &amp;quot;axialType&amp;quot;: null,             &amp;quot;spare1&amp;quot;: null,             &amp;quot;spare2&amp;quot;: null         },         {             &amp;quot;examId&amp;quot;: &amp;quot;373ad3b1ab4541358b8f23271a037ca0&amp;quot;,             &amp;quot;topicType&amp;quot;: 1,             &amp;quot;topicKind&amp;quot;: 31,             &amp;quot;score&amp;quot;: 10,             &amp;quot;id&amp;quot;: &amp;quot;2f7906ebfdb4440691d4da262a8a91ca&amp;quot;,             &amp;quot;vehicleAssort&amp;quot;: 1,             &amp;quot;vehiclePlate&amp;quot;: &amp;quot;粤CJU392&amp;quot;,             &amp;quot;vehiclePlateColor&amp;quot;: null,             &amp;quot;vehicleClass&amp;quot;: 0,             &amp;quot;vehicleType&amp;quot;: 1,             &amp;quot;picPath&amp;quot;: &amp;quot;admin2501232a6aaf4727840b3b457bb8a167.adminc4ecebdb2c3a4f63828bbb719dbc8f42&amp;quot;,             &amp;quot;picStatus&amp;quot;: 1,             &amp;quot;createPicUsername&amp;quot;: &amp;quot;超级管理员&amp;quot;,             &amp;quot;createPicUserId&amp;quot;: &amp;quot;admin&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2023-07-03 17:10:27&amp;quot;,             &amp;quot;picName&amp;quot;: &amp;quot;202307039e9cc340ab414c3d99870bc7465c6e97.png&amp;quot;,             &amp;quot;axleCount&amp;quot;: null,             &amp;quot;seat&amp;quot;: null,             &amp;quot;limitWeight&amp;quot;: null,             &amp;quot;axialType&amp;quot;: null,             &amp;quot;spare1&amp;quot;: null,             &amp;quot;spare2&amp;quot;: null         }     ] }</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;">examId</td> <td style="text-align: left;">string</td> <td>试卷id</td> </tr> <tr> <td style="text-align: left;">topicType</td> <td style="text-align: left;">int</td> <td>题目类型</td> </tr> <tr> <td style="text-align: left;">topicKind</td> <td style="text-align: left;">int</td> <td>题目种类</td> </tr> <tr> <td style="text-align: left;">score</td> <td style="text-align: left;">int</td> <td>题目分值</td> </tr> <tr> <td style="text-align: left;">vehiclePlate</td> <td style="text-align: left;">String</td> <td>车牌号</td> </tr> <tr> <td style="text-align: left;">vehiclePlateColor</td> <td style="text-align: left;">Integer</td> <td>车牌颜色(字典值)</td> </tr> <tr> <td style="text-align: left;">vehiclePlateColorName</td> <td style="text-align: left;">String</td> <td>车牌颜色</td> </tr> <tr> <td style="text-align: left;">vehicleClass</td> <td style="text-align: left;">Integer</td> <td>车种(字典值)</td> </tr> <tr> <td style="text-align: left;">vehicleClassName</td> <td style="text-align: left;">String</td> <td>车种</td> </tr> <tr> <td style="text-align: left;">vehicleAssort</td> <td style="text-align: left;">Integer</td> <td>车辆类型(字典值)</td> </tr> <tr> <td style="text-align: left;">vehicleAssortName</td> <td style="text-align: left;">String</td> <td>车辆类型</td> </tr> <tr> <td style="text-align: left;">vehicleType</td> <td style="text-align: left;">String</td> <td>车型(字典值)</td> </tr> <tr> <td style="text-align: left;">vehicleTypeName</td> <td style="text-align: left;">String</td> <td>车型</td> </tr> <tr> <td style="text-align: left;">picName</td> <td style="text-align: left;">String</td> <td>车辆图片</td> </tr> <tr> <td style="text-align: left;">picStatus</td> <td style="text-align: left;">Integer</td> <td>状态(字典值)</td> </tr> <tr> <td style="text-align: left;">picStatusName</td> <td style="text-align: left;">String</td> <td>状态</td> </tr> <tr> <td style="text-align: left;">createUsername</td> <td style="text-align: left;">String</td> <td>创建人</td> </tr> <tr> <td style="text-align: left;">createTime</td> <td style="text-align: left;">String</td> <td>创建时间</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>id</td> </tr> <tr> <td style="text-align: left;">seat</td> <td style="text-align: left;">int</td> <td>座位数</td> </tr> <tr> <td style="text-align: left;">axleCount</td> <td style="text-align: left;">int</td> <td>车轴</td> </tr> <tr> <td style="text-align: left;">limitWeight</td> <td style="text-align: left;">string</td> <td>限重(单位:kg)</td> </tr> <tr> <td style="text-align: left;">axialType</td> <td style="text-align: left;">string</td> <td>轴型</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <h5>简要描述</h5> <ul> <li>删除接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/retrainAssessment/delSeltTesting</code></li> </ul> <h5>请求方式</h5> <ul> <li>DELETE </li> </ul> <h5>请求示例 (表单形式)</h5> <pre><code>examId: 44309fdc798c4647bee35d3b202311e7</code></pre> <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> <tr> <td style="text-align: left;">examId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>试卷id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;删除成功!&amp;quot; }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML