文档
测试

右上:收益走势

POST
/screen/station/chargeDischarge/profit

请求参数

参数名
类型
描述
必填
stationId
string
电站ID
必填
startTime
date
开始时间
必填
endTime
data
结束时间
必填
type
string
统计粒度 1:小时,2:天,3:周,4:月
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:aaa
必填
data
object
数据字典
必填
totalProfit
array
累计收益
必填
key
string
示例:13
必填
value
BigDecimal
示例:累计收益
必填
totalCharge
array
累计充电量
必填
key
string
示例:13
必填
value
BigDecimal
示例:累计充电量
必填
totalDischarge
array
累计放电量
必填
key
string
示例:13
必填
value
BigDecimal
示例:累计放电量
必填