湖南公益林


字典项信息列表查询

<h5>简介</h5> <ul> <li>字典项信息列表查询</li> </ul> <h5>请求URL</h5> <ul> <li><code>/tc/sys/dict/item/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>请求参数</h5> <table> <thead> <tr> <th>字典类型</th> <th>含义</th> </tr> </thead> <tbody> <tr> <td>dictId</td> <td>字典id</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>/tc/sys/dict/item/list?dictId=1693458285757243393</code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;status&amp;quot;: 200,     &amp;quot;message&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: &amp;quot;1693459367451500545&amp;quot;, // 字典项id             &amp;quot;parentId&amp;quot;: &amp;quot;-1&amp;quot;, // 父节点id             &amp;quot;dictId&amp;quot;: &amp;quot;1693458285757243393&amp;quot;, // 字典id             &amp;quot;itemValue&amp;quot;: &amp;quot;aa&amp;quot;, // 字典项值             &amp;quot;itemText&amp;quot;: &amp;quot;aa&amp;quot;, // 字典项名称             &amp;quot;description&amp;quot;: &amp;quot;a&amp;quot;, // 描述             &amp;quot;sortOrder&amp;quot;: 0, // 排序             &amp;quot;createTime&amp;quot;: &amp;quot;2023-08-21 03:05:50&amp;quot;, // 创建时间             &amp;quot;updateTime&amp;quot;: &amp;quot;2023-08-21 03:05:50&amp;quot; // 更新时间         }     ],     &amp;quot;decryptFlag&amp;quot;: false }</code></pre> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML