EAST-充电桩

EAST-新能源-充电桩


查询市政配置列表

<p><strong>简要描述:</strong> </p> <ul> <li>查询市政配置列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/municipal/municipal/list</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <pre><code>{ "current":1, "size":10, "name":null }</code></pre> <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;">current</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>当前页</td> </tr> <tr> <td style="text-align: left;">size</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>每页展示数量</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>市政配置名称</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "code": 0, "msg": "success", "data": { "records": [ { "id": 1, "name": "测试", "municipalCode": "1234567", "municipalSecret": "1234567", "municipalDataSecret": "1234567", "municipalDataSecretIv": "1234567", "municipalSigSecret": "1234567", "municipalUrl": "https://www.baidu.com", "operatorCode": "1234567", "operatorSecret": "1234567", "operatorDataSecret": "1234567", "operatorDataSecretIv": "1234567", "operatorSigSecret": "https://www.baidu.com", "isAgent":0, "agentId": null, "agentName": null, "labelId":1, "labelName":"广州平台", "delFlag": 0, "createBy": "test", "createTime": "2020-02-19 17:14:38", "updateBy": null, "updateTime": null } ], "total": 1, "size": 10, "current": 1, "searchCount": true, "pages": 1 } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML