Authorization: Bearer ********************
{
"stationId": 0,
"essId": 0,
"boxId": 0,
"snCode": "string",
"equipmentType": "string",
"dateRemoteSetList": [
{
"index": 0,
"date": "string",
"timSetIndex": 0
}
],
"timeRemoteSetList": [
{
"timeRemoteIndex": 0,
"index": 0,
"time": "string",
"type": 0
}
]
}
curl --location --request POST 'http://localhost:8080/ess/ammeter_remote_set/singleSet' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationId": 0,
"essId": 0,
"boxId": 0,
"snCode": "string",
"equipmentType": "string",
"dateRemoteSetList": [
{
"index": 0,
"date": "string",
"timSetIndex": 0
}
],
"timeRemoteSetList": [
{
"timeRemoteIndex": 0,
"index": 0,
"time": "string",
"type": 0
}
]
}'
{
"": {}
}