{
"name": "任务11",
"tasks": [
{
"taskName": "任务1",
"taskType": 1,
"configContent": [
{
"scaleId": 1,
"scaleName": "滑雪"
}
],
"taskStatus": 0,
"taskTypeStatus": 1,
"appointedDay": "2025-07-16 19:18:47"
}
]
}
curl --location --request POST 'http://localhost:6014/trainingplan/save' \
--header 'Authorization: Bearer 048fa960-b10d-403a-9d1f-c2172f0d0261' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "任务11",
"tasks": [
{
"taskName": "任务1",
"taskType": 1,
"configContent": [
{
"scaleId": 1,
"scaleName": "滑雪"
}
],
"taskStatus": 0,
"taskTypeStatus": 1,
"appointedDay": "2025-07-16 19:18:47"
}
]
}'
{}