{
"brand": "E品牌",
"carNo": "",
"name": "打黄油",
"numbers": "1",
"periodOptions": {
"days": 0,
"mileage": 0,
"months": 1
},
"periodType": 1,
"referencePrice": 0,
"unit": "次",
"vehicleTypes": [
1,
2
]
}
curl --location --request POST '/vehicle/maintenance/template' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"brand": "E品牌",
"carNo": "",
"name": "打黄油",
"numbers": "1",
"periodOptions": {
"days": 0,
"mileage": 0,
"months": 1
},
"periodType": 1,
"referencePrice": 0,
"unit": "次",
"vehicleTypes": [
1,
2
]
}'
{
"msg": "操作成功",
"code": 200
}