{
"id": 11322,
"stationid": "4486",
"cleaningBefore": "string",
"appearanceCleaningBefore": "string",
"cleaningOfFilterCottonBefore": "string",
"chargingInspectionBefore": "string",
"fireExtinguisherInspectionBefore": "string",
"cleaningAfter": "string",
"appearanceCleaningAfter": "string",
"cleaningOfFilterCottonAfter": "string",
"chargingInspectionAfter": "string",
"fireExtinguisherInspectionAfter": "string"
}
curl --location --request PUT '/admin-api/charging/inspection-record/update' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 11322,
"stationid": "4486",
"cleaningBefore": "string",
"appearanceCleaningBefore": "string",
"cleaningOfFilterCottonBefore": "string",
"chargingInspectionBefore": "string",
"fireExtinguisherInspectionBefore": "string",
"cleaningAfter": "string",
"appearanceCleaningAfter": "string",
"cleaningOfFilterCottonAfter": "string",
"chargingInspectionAfter": "string",
"fireExtinguisherInspectionAfter": "string"
}'
{
"code": 0,
"data": true,
"msg": "string"
}