Authorization: ********************{
"floatTime": 0,
"floatPower": 0,
"fullTime": 0,
"fullPower": 0,
"fullTimeBefore": 0,
"fullPowerBefore": 0,
"fullSplitTime": 0,
"pullCheckTime": 0,
"endCheckSeconds": 0,
"landCheck": 0,
"fullSelfStopTime": 0,
"baseOsdTime": 0,
"chargeOsdTime": 0,
"maxCurrent": 0,
"maxWathhour": 0,
"fanTemp": 0,
"highTemp": 0,
"minFluid": 0,
"volume": 0,
"maxPower": 0,
"minPower": 0,
"equipmentChipNumber": "string",
"onlySave": false
}curl --location --request POST '/management/equipment/setSysChargeBase' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"floatTime": 0,
"floatPower": 0,
"fullTime": 0,
"fullPower": 0,
"fullTimeBefore": 0,
"fullPowerBefore": 0,
"fullSplitTime": 0,
"pullCheckTime": 0,
"endCheckSeconds": 0,
"landCheck": 0,
"fullSelfStopTime": 0,
"baseOsdTime": 0,
"chargeOsdTime": 0,
"maxCurrent": 0,
"maxWathhour": 0,
"fanTemp": 0,
"highTemp": 0,
"minFluid": 0,
"volume": 0,
"maxPower": 0,
"minPower": 0,
"equipmentChipNumber": "string",
"onlySave": false
}'{
"code": "",
"msg": "",
"data": "",
"stackTraceMsg": ""
}