网关电表接口对接

对外开放api文档


查询网关组列表

<p>[TOC]</p> <h3>请求URL</h3> <ul> <li><code>gateway/group/list</code></li> </ul> <h3>请求方式</h3> <ul> <li><code>GET</code></li> </ul> <h3>请求参数</h3> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>gatewayGroupName</td> <td>否</td> <td>String</td> <td>网关组名</td> </tr> <tr> <td>pageNum</td> <td>是</td> <td>Integer</td> <td>第几页,最小为1</td> </tr> <tr> <td>pageSize</td> <td>是</td> <td>Integer</td> <td>每页大小</td> </tr> </tbody> </table> <h3>请求接口示例</h3> <pre><code>https://5gnbiot.com.cn/api/open/gateway/group/list?pageNum=1&amp;amp;pageSize=10</code></pre> <h3>返回参数</h3> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">Long</td> <td style="text-align: left;">网关组 id</td> </tr> <tr> <td style="text-align: left;">gatewayGroupName</td> <td style="text-align: left;">String</td> <td style="text-align: left;">网关组</td> </tr> <tr> <td style="text-align: left;">gatewayQuantity</td> <td style="text-align: left;">Integer</td> <td style="text-align: left;">网关数量</td> </tr> </tbody> </table> <h3>返回示例</h3> <pre><code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;message&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;pageTotal&amp;quot;: 10, &amp;quot;list&amp;quot;: [ { &amp;quot;id&amp;quot;: xxx, &amp;quot;gatewayGroupName&amp;quot;: &amp;quot;清华大学项目&amp;quot;, &amp;quot;gatewayQuantity&amp;quot;: 10 } ] } }</code></pre>

页面列表

ITEM_HTML