001考试平台

考试平台


字典管理

<h5>简要描述</h5> <ul> <li>字典管理</li> </ul> <h5>请求URL</h5> <ul> <li><code>/systemManage/dictionaryInfo/{dictionaryNum}</code></li> </ul> <h5>请求示例</h5> <ul> <li><code>/systemManage/dictionaryInfo/1001</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;">dictionaryNum</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>字典编号(1001:车牌颜色; 1002:车种;1003:车型; 1004:车辆种类; 1005:图片状态; 1006:试卷状态;1007:试卷题目顺序状态;1008:试卷完成状态;1009:试题出入口状态;1010:入口试题种类状态;1011:出口试题种类状态;1012:考核状态;1013:编辑状态;1014:竞赛状态)</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;name&amp;quot;: &amp;quot;蓝色&amp;quot;,             &amp;quot;id&amp;quot;: 0         },         {             &amp;quot;name&amp;quot;: &amp;quot;黄色&amp;quot;,             &amp;quot;id&amp;quot;: 1         },         {             &amp;quot;name&amp;quot;: &amp;quot;黑色&amp;quot;,             &amp;quot;id&amp;quot;: 2         },         {             &amp;quot;name&amp;quot;: &amp;quot;白色&amp;quot;,             &amp;quot;id&amp;quot;: 3         },         {             &amp;quot;name&amp;quot;: &amp;quot;渐变绿色&amp;quot;,             &amp;quot;id&amp;quot;: 4         },         {             &amp;quot;name&amp;quot;: &amp;quot;黄绿双拼色&amp;quot;,             &amp;quot;id&amp;quot;: 5         },         {             &amp;quot;name&amp;quot;: &amp;quot;蓝白渐变色&amp;quot;,             &amp;quot;id&amp;quot;: 6         },         {             &amp;quot;name&amp;quot;: &amp;quot;临时牌照&amp;quot;,             &amp;quot;id&amp;quot;: 7         },         {             &amp;quot;name&amp;quot;: &amp;quot;未确定&amp;quot;,             &amp;quot;id&amp;quot;: 9         },         {             &amp;quot;name&amp;quot;: &amp;quot;绿色&amp;quot;,             &amp;quot;id&amp;quot;: 11         },         {             &amp;quot;name&amp;quot;: &amp;quot;红色&amp;quot;,             &amp;quot;id&amp;quot;: 12         }     ] }</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;">id</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> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML