{
"id": 0,
"name": "",
"planStart": "yyyy-MM-dd HH:mm:ss",
"planEnd": "yyyy-MM-dd HH:mm:ss",
"workingTimeList": [
{
"beginTime": "",
"endTime": ""
}
],
"concurrency": 0,
"maxAttempts": 0,
"attemptInterval": 0,
"num": 0
}curl --location --request POST '/plan/editPlan' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzIiwiaWF0IjoxNzUwNjU4MDA1fQ.ZnntTem2Jw4_trA8NXEvliHEs55f9PAedPvfIyPcO84' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "",
"planStart": "yyyy-MM-dd HH:mm:ss",
"planEnd": "yyyy-MM-dd HH:mm:ss",
"workingTimeList": [
{
"beginTime": "",
"endTime": ""
}
],
"concurrency": 0,
"maxAttempts": 0,
"attemptInterval": 0,
"num": 0
}'{
"code": 0,
"message": "",
"data": 0
}