{
"deviceSn": "string",
"charge": "new ArrayList<>()",
"disCharge": "new ArrayList<>()"
}
curl --location --request POST 'http://localhost:8080/api/setting/TQ/planningMode' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSn": "string",
"charge": "new ArrayList<>()",
"disCharge": "new ArrayList<>()"
}'
{
"success": false,
"errCode": "",
"errMessage": ""
}