Authorization: Bearer ********************{
"plateNumber": "京A110501",
"vin": "LZGTEST2025110501",
"deptName": "质子汽车",
"modelName": "翼3 6×4换电牵引车",
"fuelType": "0",
"type": "6",
"batteryBrand": "1",
"batterySize": "800",
"fuelTankSize": "4×385L",
"totalWeight": "43",
"drivingCab": "1",
"transmission": "2E110-B",
"driveForm": "6×4",
"color": "7",
"axleRatio": "2.643"
}curl --location --request PUT '/web/vehicle-info/v1.0/vehicle-mes-attr' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plateNumber": "京A110501",
"vin": "LZGTEST2025110501",
"deptName": "质子汽车",
"modelName": "翼3 6×4换电牵引车",
"fuelType": "0",
"type": "6",
"batteryBrand": "1",
"batterySize": "800",
"fuelTankSize": "4×385L",
"totalWeight": "43",
"drivingCab": "1",
"transmission": "2E110-B",
"driveForm": "6×4",
"color": "7",
"axleRatio": "2.643"
}'{
"code": 200,
"msg": "success",
"data": true
}