Authorization: Bearer ********************
{
"deptId": 0,
"stationId": 0,
"ammeterType": "string",
"essId": 0,
"boxId": 0,
"snCode": "string",
"queryMode": "string",
"startDate": "string",
"endDate": "string",
"showType": "string",
"settleType": 0
}
curl --location --request POST 'http://localhost:8080/ess/ammeter-energy-day/exportAmmeterEnergyDay' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": 0,
"stationId": 0,
"ammeterType": "string",
"essId": 0,
"boxId": 0,
"snCode": "string",
"queryMode": "string",
"startDate": "string",
"endDate": "string",
"showType": "string",
"settleType": 0
}'
{
"code": 0,
"msg": "",
"data": 0
}