{
"startTime": "2023-08-07 07:00:00",
"endTime": "2023-09-13 17:30:00",
"list": [
"4xxd3xx01"
]
}
curl --location --request POST 'http://127.0.0.1:8091/clean/equipmentElectric/monitorData' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2023-08-07 07:00:00",
"endTime": "2023-09-13 17:30:00",
"list": [
"4xxd3xx01"
]
}'
{
"code": "string",
"data": [
{
"currentA": "string",
"currentB": "string",
"currentC": "string",
"dataTime": "string",
"totalActivePower": "string",
"totalElectricity": "string",
"voltageA": "string",
"voltageB": "string",
"voltageC": "string"
}
],
"msg": "string"
}