站点列表查询接口
[TOC]
简要描述
-站点列表查询接口
请求URL
xsiotNeSiteInfromation/page
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
regionalCompanyCode | 否 | string | 地区公司code |
branchCompanyCode | 否 | string | 分公司code |
networkSiteCode | 否 | string | 站点code |
size | 是 | string | 大小 |
current | 是 | string | 当前页 |
入参示例
{
"size":"10",
"current":"1"
}
返回示例
{
"code": "0",
"msg": "操作成功",
"data": {
"pageNo": "1",
"pageSize": "10",
"totalPage": "1",
"totalRows": "3",
"rows": [
{
"id": "13",
"createTime": "2023-01-04 14:58:22",
"createBy": null,
"updateTime": "2023-01-04 14:58:22",
"updateBy": null,
"createByName": null,
"updateByName": null,
"regionalCompany": "北京",
"regionalCompanyCode": "11111111111",
"branchCompany": "昌平",
"branchCompanyCode": "2222222222222222222222",
"networkSite": "沙河",
"networkSiteCode": "3333333333333",
"gridConnectionType": "1"
},
{
"id": "14",
"createTime": "2023-01-04 16:03:49",
"createBy": null,
"updateTime": "2023-01-04 16:03:49",
"updateBy": null,
"createByName": null,
"updateByName": null,
"regionalCompany": "北京",
"regionalCompanyCode": "1111111111111",
"branchCompany": "昌平",
"branchCompanyCode": "2222222222222222222222",
"networkSite": "沙河",
"networkSiteCode": "3333333333333",
"gridConnectionType": "1"
},
{
"id": "15",
"createTime": "2023-01-05 09:41:20",
"createBy": null,
"updateTime": "2023-01-05 09:41:20",
"updateBy": null,
"createByName": null,
"updateByName": null,
"regionalCompany": "北京",
"regionalCompanyCode": "111111111111111",
"branchCompany": "昌平",
"branchCompanyCode": "2222222222222222222222",
"networkSite": "沙河",
"networkSiteCode": "3333333333333",
"gridConnectionType": "1"
}
]
}
}
备注
- 更多返回错误代码请看首页的错误代码描述