Authorization: ********************{
"id": 0,
"userId": "string",
"useDeviceBase": 0,
"enableFloatCheck": 0,
"floatTime": 0,
"floatPower": 0,
"minFluid": 0,
"dontCheckMinutes": 0,
"dontCheckTimes": 0,
"dontCheckStatus": 0,
"fullTime": 0,
"fullPower": 0,
"fullTimeBefore": 0,
"fullPowerBefore": 0,
"fullSplitTime": 0
}curl --location --request PUT '/management/userChargeSetting/saveByUserId' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": "string",
"useDeviceBase": 0,
"enableFloatCheck": 0,
"floatTime": 0,
"floatPower": 0,
"minFluid": 0,
"dontCheckMinutes": 0,
"dontCheckTimes": 0,
"dontCheckStatus": 0,
"fullTime": 0,
"fullPower": 0,
"fullTimeBefore": 0,
"fullPowerBefore": 0,
"fullSplitTime": 0
}'{
"code": "",
"msg": "",
"data": {
"id": 0,
"userId": "",
"useDeviceBase": 0,
"enableFloatCheck": 0,
"floatTime": 0,
"floatPower": 0.0,
"minFluid": 0.0,
"fullTime": 0,
"fullPower": 0.0,
"fullTimeBefore": 0,
"fullPowerBefore": 0.0,
"fullSplitTime": 0.0,
"dontCheckMinutes": 0,
"dontCheckTimes": 0,
"dontCheckStatus": 0,
"endCheckSeconds": 0,
"fullTimeYunku": 0,
"fullPowerYunku": 0.0,
"fullTimeBeforeYunku": 0,
"fullPowerBeforeYunku": 0.0,
"fullSplitTimeYunku": 0.0,
"dontCheckMinutesYunku": 0,
"dontCheckTimesYunku": 0,
"dontCheckStatusYunku": 0,
"useDeviceBaseYunku": 0,
"chargeModeYunku": 0,
"autoRestartCount": 0,
"floatPowerYunku": 0.0,
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"tenantId": "",
"appId": ""
},
"stackTraceMsg": ""
}