专技天下(前台web端接口文档)

专技天下(前台web端接口文档)


根据id 查询字典详情---雷俊

<p><strong>简要描述:</strong> </p> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/resource/dictitem/selectDictitemByid</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>id 集合</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <p>{ &quot;data&quot;: { &quot;id&quot;: &quot;1&quot;, &quot;code&quot;: &quot;code&quot;, &quot;description&quot;: &quot;说明说明&quot;, &quot;value&quot;: &quot;zc&quot;, &quot;status&quot;: null, &quot;did&quot;: &quot;1&quot;, &quot;sorts&quot;: &quot;0&quot; }, &quot;message&quot;: { &quot;errinfo&quot;: &quot;访问正常&quot;, &quot;errcode&quot;: &quot;200&quot; } }</p> <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;">code</td> <td style="text-align: left;">String</td> <td>标识</td> </tr> <tr> <td style="text-align: left;">description</td> <td style="text-align: left;">Integer</td> <td>说明</td> </tr> <tr> <td style="text-align: left;">value</td> <td style="text-align: left;">String</td> <td>值</td> </tr> <tr> <td style="text-align: left;">sorts</td> <td style="text-align: left;">Integer</td> <td>排序序号</td> </tr> <tr> <td style="text-align: left;">did</td> <td style="text-align: left;">Integer</td> <td>字典表id'</td> </tr> </tbody> </table> <blockquote> </blockquote>

页面列表

ITEM_HTML