{
"options": {
"shifts": [
{
"id": 0,
"startTime": "string",
"weekdays": [
{
"dayOfWeek": 1,
"driver": 333,
"driverName": "张三",
"vehicle": "苏A12345"
}
]
}
]
},
"type": 0
}
curl --location --request PUT '/commute/duty/template/' \
--header 'Content-Type: application/json' \
--data-raw '{
"options": {
"shifts": [
{
"id": 0,
"startTime": "string",
"weekdays": [
{
"dayOfWeek": 1,
"driver": 333,
"driverName": "张三",
"vehicle": "苏A12345"
}
]
}
]
},
"type": 0
}'
{}