文档
测试

获取台区电压值

POST
/api/acc/dy/station-zone/history/voltage-abc/list

请求参数

参数名
类型
描述
必填
startDt
string
开始时间
必填
endDt
string
结束时间
必填
current
number
当前页数
必填
size
number
每页条数(-1代表不分页)
必填
stationzoneId
number
台区 id
必填
provinceId
string
所属省份 id
必填
districtId
string
所属地市 id
必填

响应参数

参数名
类型
描述
必填
code
number
状态码
必填
msg
string
提示信息
必填
data
object
必填
total
number
总条数
必填
rows
array
数据列表
必填
phaseaMaxVoltage
float
最大电压 A
必填
phasebMaxVoltage
float
最大电压 B
必填
phasecMaxVoltage
float
最大电压 C
必填
phaseaMinVoltage
float
最小电压 A
必填
phasebMinVoltage
float
最小电压 B
必填
phasecMinVoltage
float
最小电压 C
必填
phaseaAverageVoltage
float
平均电压 A
必填
phasebAverageVoltage
float
平均电压 B
必填
phasecAverageVoltage
float
平均电压 C
必填
phaseaVoltageGap
float
波动电压 A
必填
phasebVoltageGap
float
波动电压 B
必填
phasecVoltageGap
float
波动电压 C
必填
dt
string
日期(yyyy-mm-dd)
必填