{
"id": 922337203685477600,
"userId": 922337203685477600,
"startTime": "string",
"endTime": "string",
"planWeeks": "string",
"contents": [
{
"trainingType": 1,
"subjectId": 922337203685477600,
"subjectName": "string",
"target": 0,
"timeLimit": 0
}
]
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/trainingplan/saveUserPlan' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 922337203685477600,
"userId": 922337203685477600,
"startTime": "string",
"endTime": "string",
"planWeeks": "string",
"contents": [
{
"trainingType": 1,
"subjectId": 922337203685477600,
"subjectName": "string",
"target": 0,
"timeLimit": 0
}
]
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 922337203685477600,
"startTime": "string",
"endTime": "string"
},
"success": true,
"resultData": {
"id": 922337203685477600,
"startTime": "string",
"endTime": "string"
}
}