换电柜


查询用户分组下拉框

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询用户分组下拉框</li> </ul> <h5>请求URL</h5> <ul> <li><code>/system/group/selectList</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;">operatorId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>运营商id</td> </tr> <tr> <td style="text-align: left;">agentId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>代理商id</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code></code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;data&amp;quot;: [         {             &amp;quot;createBy&amp;quot;: &amp;quot;admin&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2025-03-21 10:54:24&amp;quot;,             &amp;quot;updateBy&amp;quot;: null,             &amp;quot;updateTime&amp;quot;: null,             &amp;quot;remark&amp;quot;: &amp;quot;22ssddd&amp;quot;,             &amp;quot;id&amp;quot;: 2,             &amp;quot;operator&amp;quot;: &amp;quot;运营商1&amp;quot;,             &amp;quot;agent&amp;quot;: &amp;quot;代理商1&amp;quot;,             &amp;quot;operatorId&amp;quot;: null,             &amp;quot;agentId&amp;quot;: null,             &amp;quot;groupName&amp;quot;: &amp;quot;分组111&amp;quot;,             &amp;quot;count&amp;quot;: null         },         {             &amp;quot;createBy&amp;quot;: &amp;quot;admin&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2025-03-25 16:27:45&amp;quot;,             &amp;quot;updateBy&amp;quot;: null,             &amp;quot;updateTime&amp;quot;: null,             &amp;quot;remark&amp;quot;: &amp;quot;sadsads&amp;quot;,             &amp;quot;id&amp;quot;: 3,             &amp;quot;operator&amp;quot;: &amp;quot;运营商2&amp;quot;,             &amp;quot;agent&amp;quot;: &amp;quot;代理商2&amp;quot;,             &amp;quot;operatorId&amp;quot;: null,             &amp;quot;agentId&amp;quot;: null,             &amp;quot;groupName&amp;quot;: &amp;quot;测试分组111&amp;quot;,             &amp;quot;count&amp;quot;: null         },         {             &amp;quot;createBy&amp;quot;: &amp;quot;admin&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2025-03-26 10:23:43&amp;quot;,             &amp;quot;updateBy&amp;quot;: null,             &amp;quot;updateTime&amp;quot;: null,             &amp;quot;remark&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;id&amp;quot;: 4,             &amp;quot;operator&amp;quot;: &amp;quot;Option 1&amp;quot;,             &amp;quot;agent&amp;quot;: &amp;quot;Option 2&amp;quot;,             &amp;quot;operatorId&amp;quot;: 1,             &amp;quot;agentId&amp;quot;: 2,             &amp;quot;groupName&amp;quot;: &amp;quot;测试分组&amp;quot;,             &amp;quot;count&amp;quot;: null         }     ] }</code></pre> <p>参数说明</p> <pre><code>/** 运营商 */ @Excel(name = &amp;quot;运营商&amp;quot;) private String operator; /** 代理商 */ @Excel(name = &amp;quot;代理商&amp;quot;) private String agent; /** 运营商id */ @Excel(name = &amp;quot;运营商id&amp;quot;) private Long operatorId; /** 代理商id */ @Excel(name = &amp;quot;代理商id&amp;quot;) private Long agentId; /** 分组名称 */ @Excel(name = &amp;quot;分组名称&amp;quot;) private String groupName; private Integer count;</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML