{
"carNo": "苏A00123",
"driverId": 12345,
"shiftId": 0,
"startDate": [
"string"
]
}
curl --location --request PUT '/commute/shift/scheduling/batchUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"carNo": "苏A00123",
"driverId": 12345,
"shiftId": 0,
"startDate": [
"string"
]
}'
{}