文档
测试

局站户号列表页查询

GET
localhost:3080/electricity_board/city_station_info

请求参数

参数名
类型
描述
必填
SCID
int
地市ID,示例:1
可选
net_type
int
网络类型,示例:0
可选
AID
int
区域ID,示例:123
可选
SUID
int
局站ID,示例:1233
可选
cons_no
string
户号,示例:11111
可选
power_type
string
用能类型(001:储能, 002:商业楼宇空调),示例:001
可选
check_status
string
审核状态,示例:未通过
可选
limit
int
每页限制条数 默认20
可选
page
int
当前页数 默认1
可选

响应参数

参数名
类型
描述
必填
message
string
示例:success
必填
data
array
数据列表
必填
level
string
等级(station:局站, city:地市)示例:station
必填
SCID
int
地市ID, 示例:1
必填
city
string
地市名称, 示例:杭州市
必填
AID
int
区域ID, 示例:1219
必填
town
string
区域名称, 示例:杭州_余杭区
必填
SUID
int
局站ID, 示例:151051
必填
station
string
局站名称, 示例:杭_D_余杭未来科技城局(B接口)
必填
net_type
int
网络类型, 示例:0
必填
contact_name
string
局站联系人, 示例:姚元武
必填
phone
string
联系电话, 示例:17328860865
必填
city_code
string
地市编码, 示例:300001
必填
cons_no
list
户号, 示例:[134676543]
必填
power_type
string
用能类型(001:储能, 002:商业楼宇空调), 示例:001
必填
oil_prep_time
float
油机后备时间, 示例:1.5
必填
bat_prep_time
float
蓄电池后备时间, 示例:1.2
必填
peak_ability
int
削峰可响应能力, 示例:15
必填
vally_ability
int
填谷可响应能力, 示例:12
必填
response_level
string
响应级别(001: 分钟, 002: 小时, 003: 日前), 示例:002
必填
check_status
string
审核状态, 示例:通过
必填
update_time
string
更新时间, 示例:xx
必填
update_user
string
更新人, 示例:ss
必填
total
Int
数据总量
必填

说明 / 示例

{ "message": "success", "data": [ { "level": "station", "SCID": 1, "city": "杭州市", "AID" : 1219, "town" : "杭州_余杭区", "SUID" : 151051, "station": "杭_D_余杭未来科技城局(B接口)", "net_type": 0, "contact_name": "姚元武", "phone": "17328860865", "city_code": "300001", "cons_no": "134676543", "power_type": "001", "oil_prep_time": 1.5, "bat_prep_time": 1.2, "peak_ability": 15.0, "vally_ability": 12.0, "response_level": "002", "check_status": "通过", "update_time": "xx", "update_user": "ss" } ] }