001考试平台

考试平台


获取系统时间

<h5>简要描述</h5> <ul> <li>获取系统时间</li> </ul> <h5>请求URL</h5> <ul> <li><code>/systemManage/time</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <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;2023-07-17 13:48:54&amp;quot; }</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;">data</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>/topic/type/detail/{type}/{kinds}</code></li> </ul> <h5>请求示例</h5> <ul> <li><code>/topic/type/detail/1/1</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <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;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>出入口类型</td> </tr> <tr> <td style="text-align: left;">kinds</td> <td style="text-align: left;">是</td> <td style="text-align: left;">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;id&amp;quot;: null,             &amp;quot;step&amp;quot;: 1,             &amp;quot;stepName&amp;quot;: &amp;quot;输入车型&amp;quot;,             &amp;quot;code&amp;quot;: &amp;quot;vehicleModel,vehicleType&amp;quot;,             &amp;quot;scores&amp;quot;: null,             &amp;quot;times&amp;quot;: null,             &amp;quot;tollScore&amp;quot;: null,             &amp;quot;stepScore&amp;quot;: null, &amp;quot;isDemeritPoints&amp;quot;:false         }     ] }</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;">code</td> <td style="text-align: left;">string</td> <td>操作步骤</td> </tr> <tr> <td style="text-align: left;">isDemeritPoints</td> <td style="text-align: left;">boolean</td> <td>是否是扣分点</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <h5>简要描述</h5> <ul> <li>记录用户操作接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/answer/single/topic/save</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <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;">userId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户id</td> </tr> <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;">topicId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>试题id</td> </tr> <tr> <td style="text-align: left;">competitionId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>当前考试方式的id,比如考核id或者竞赛id</td> </tr> <tr> <td style="text-align: left;">competitionFormat</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>状态(0:自测,1:考核,2:竞赛)</td> </tr> <tr> <td style="text-align: left;">answerTimes</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>题目回答时间</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>题型(入口或出口)</td> </tr> <tr> <td style="text-align: left;">kinds</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>种类</td> </tr> <tr> <td style="text-align: left;">stepInfos</td> <td style="text-align: left;">是</td> <td style="text-align: left;">list</td> <td>步骤</td> </tr> <tr> <td style="text-align: left;">answerType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>回答状态(0:答对,1:答错,2:跳过)</td> </tr> <tr> <td style="text-align: left;">step</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>步骤id;归属stepinfos</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>步骤代码,多次输入以’;‘隔开;归属stepInfos</td> </tr> <tr> <td style="text-align: left;">answerTimes</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>步骤完成时间;归属stepinfos</td> </tr> <tr> <td style="text-align: left;">isRight</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>扣分点时则必填;归属stepinfos</td> </tr> <tr> <td style="text-align: left;">info</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>用户填写信息;归属stepinfos</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{     &amp;quot;userId&amp;quot;:&amp;quot;123&amp;quot;,     &amp;quot;examId&amp;quot;:&amp;quot;233&amp;quot;,     &amp;quot;topicId&amp;quot;:1,     &amp;quot;competitionId&amp;quot;:&amp;quot;ASDAD&amp;quot;,     &amp;quot;competitionFormat&amp;quot;:0,     &amp;quot;answerTimes&amp;quot;:20,     &amp;quot;stepInfos&amp;quot;:[         {             &amp;quot;id&amp;quot;:null,             &amp;quot;step&amp;quot;:1,             &amp;quot;code&amp;quot;:&amp;quot;asdas&amp;quot;,             &amp;quot;answerTimes&amp;quot;:20, &amp;quot;isRight&amp;quot;:true, &amp;quot;info&amp;quot;:&amp;quot;123&amp;quot;         }     ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </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> <h5>简要描述</h5> <ul> <li>获取用户id接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/answer/user/id</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;00000000222222222222222200000000&amp;quot; }</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;">msg</td> <td style="text-align: left;">string</td> <td>用户id</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <h5>简要描述</h5> <ul> <li>中断获取答题情况接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/answer/interrupt/acquisition</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求示例</h5> <pre><code>{     &amp;quot;userId&amp;quot;:&amp;quot;00000000222222222222222200000000&amp;quot;,     &amp;quot;competitionId&amp;quot;:&amp;quot;ASDAD&amp;quot; }</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;">userId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户id</td> </tr> <tr> <td style="text-align: left;">competitionId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>考试id,例如:考核id,竞赛id,自测:zice</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;answerTimes&amp;quot;: 40,         &amp;quot;topics&amp;quot;: [             {                 &amp;quot;topicType&amp;quot;: 0,                 &amp;quot;topicKind&amp;quot;: 1,                 &amp;quot;type&amp;quot;: 1,                 &amp;quot;answerTimes&amp;quot;: 20             },             {                 &amp;quot;topicType&amp;quot;: 0,                 &amp;quot;topicKind&amp;quot;: 2,                 &amp;quot;type&amp;quot;: null,                 &amp;quot;answerTimes&amp;quot;: 20             }         ]     } }</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;">answerTimes</td> <td style="text-align: left;">int</td> <td>总的作答时间;单位毫秒</td> </tr> <tr> <td style="text-align: left;">topics</td> <td style="text-align: left;">list</td> <td>作答的题目数组</td> </tr> <tr> <td style="text-align: left;">topicType</td> <td style="text-align: left;">int</td> <td>题型,0:入口,1:出口 ;归属topics</td> </tr> <tr> <td style="text-align: left;">topicKind</td> <td style="text-align: left;">int</td> <td>题目种类 ;归属topics</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">int</td> <td>null代表没做过的题目,值不为空则为已做过的题目 ;归属topics</td> </tr> <tr> <td style="text-align: left;">answerTimes</td> <td style="text-align: left;">int</td> <td>作答时间;归属topics</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <h5>简要描述</h5> <ul> <li>金额保存接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/charge/fee/save</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <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;">competitionId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>考试方式的id,例如:考核id或者竞赛id</td> </tr> <tr> <td style="text-align: left;">competitionFormat</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>考试方式</td> </tr> <tr> <td style="text-align: left;">userFee100</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>司机找零区100块张数</td> </tr> <tr> <td style="text-align: left;">userFee50</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>司机找零区50块张数</td> </tr> <tr> <td style="text-align: left;">userFee20</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>司机找零区20块张数</td> </tr> <tr> <td style="text-align: left;">userFee10</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>司机找零区10块张数</td> </tr> <tr> <td style="text-align: left;">userFee5</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>司机找零区5块张数</td> </tr> <tr> <td style="text-align: left;">userFee1</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>司机找零区1块张数</td> </tr> <tr> <td style="text-align: left;">existFee100</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>收费钞票摆放区100块张数</td> </tr> <tr> <td style="text-align: left;">existFee50</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>收费钞票摆放区50块张数</td> </tr> <tr> <td style="text-align: left;">existFee20</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>收费钞票摆放区20块张数</td> </tr> <tr> <td style="text-align: left;">existFee10</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>收费钞票摆放区10块张数</td> </tr> <tr> <td style="text-align: left;">existFee5</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>收费钞票摆放区5块张数</td> </tr> <tr> <td style="text-align: left;">existFee1</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>收费钞票摆放区1块张数</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{     &amp;quot;competitionId&amp;quot;:&amp;quot;123&amp;quot;,     &amp;quot;competitionFormat&amp;quot;:0,     &amp;quot;userFee100&amp;quot;:2,     &amp;quot;userFee50&amp;quot;:3,     &amp;quot;userFee20&amp;quot;:0,     &amp;quot;userFee10&amp;quot;:0,     &amp;quot;userFee5&amp;quot;:0,     &amp;quot;userFee1&amp;quot;:0,     &amp;quot;existFee100&amp;quot;:10,     &amp;quot;existFee50&amp;quot;:0,     &amp;quot;existFee20&amp;quot;:0,     &amp;quot;existFee10&amp;quot;:0,     &amp;quot;existFee5&amp;quot;:0,     &amp;quot;existFee1&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> </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> <h5>简要描述</h5> <ul> <li>扣分点信息获取接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/demerit/point/record/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求示例</h5> <pre><code>{     &amp;quot;competitionId&amp;quot;:&amp;quot;1&amp;quot;,     &amp;quot;competitionFormat&amp;quot;:1 }</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;">competitionId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>考试方式id,比如考核id,竞赛id</td> </tr> <tr> <td style="text-align: left;">competitionFormat</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>状态(0:自测,1:考核,2:竞赛)</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;competitionId&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;competitionFormat&amp;quot;: 1,             &amp;quot;userId&amp;quot;: &amp;quot;00000000222222222222222200000000&amp;quot;,             &amp;quot;demeritPointsType&amp;quot;: 3,             &amp;quot;demeritPointsTimes&amp;quot;: 0,             &amp;quot;demeritPointsTypeName&amp;quot;: &amp;quot;出口-车种辨别错误&amp;quot;         }     ] }</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;">demeritPointsTypeName</td> <td style="text-align: left;">string</td> <td>扣分点信息</td> </tr> <tr> <td style="text-align: left;">demeritPointsTimes</td> <td style="text-align: left;">int</td> <td>扣分点次数</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML