curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/trainingplancontent/getDiyPlanContent' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": [
{
"id": 922337203685477600,
"trainingType": 0,
"subjectId": 922337203685477600,
"subjectName": "string",
"targetType": 0,
"target": 0,
"imgUrl": "string"
}
],
"success": true
}