- 数字电网
- 六大灾害
- 信息管控
数字电网变电站查询
开发中
GET
threeDimensional/station
请求参数
Query 参数
pageNo
integer
可选
示例值:
1
pageSize
integer
可选
示例值:
10
voltage
string
可选
示例值:
500
name
string
可选
astNature
string
可选
示例值:
02
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:9603/infoControlServerthreeDimensional/station?pageNo=1&pageSize=10&voltage=500&name&astNature=02'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"errors": "success",
"message": "success",
"result": {
"total": 27,
"data": [
{
"id": "1",
"name": "500kV凤凰山变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "2",
"name": "梦山500kV变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "3",
"name": "永修500kV变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "4",
"name": "1000kV特高压赣江站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "5",
"name": "驻马店500kV嵖岈变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "6",
"name": "郑州500kV嵩山变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "7",
"name": "信阳500kV浉河变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "8",
"name": "南阳500kV白河变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "9",
"name": "漯河500kV邵陵变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
},
{
"id": "10",
"name": "平顶山500kV香山变电站",
"poleNum": 345,
"realTimePower": 345,
"length": 0,
"oilChromatography": 9,
"partialDischarge": 12,
"ironCore": 1,
"lightningArrester": 12,
"oilChromatographyFault": 0,
"partialDischargeFault": 0,
"ironCoreFault": 0,
"lightningArresterFault": 0
}
],
"pageSize": 10,
"page": 1
},
"status": "000000"
}
修改于 2023-11-12 15:15:32