curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/trainingplancontent/planContent' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": [
{
"targetId": 922337203685477600,
"planContentId": 922337203685477600,
"groupId": 922337203685477600,
"groupName": "string",
"type": 0,
"trainingType": 0,
"subjectId": 922337203685477600,
"subjectName": "string",
"imgUrl": "string",
"targetType": 0,
"target": 0,
"timeLimitMinute": 0,
"unit": "string",
"result": 0,
"speed": "string",
"isFinished": 0,
"isStandarded": 0,
"planEndTime": "string",
"isDefined": 0,
"trainingTime": 0
}
],
"success": true
}