curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/fitnessTestRecords/personalTestRecords' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"data": {
"total": 922337203685477600,
"list": [
{
"taskId": 922337203685477600,
"taskName": "string",
"testTime": "2019-08-24T14:15:22Z",
"recordsList": [
{
"testId": 922337203685477600,
"itemName": "string",
"unit": "string",
"result": 0
}
]
}
]
},
"code": 0,
"msg": "string"
}