curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/fitnessTestRecords/groupList' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"data": {
"total": 922337203685477600,
"list": [
{
"userId": 922337203685477600,
"fullOrgName": "string",
"schoolNo": "string",
"realName": "string",
"gender": 0,
"taskName": "string",
"totalScore": 0,
"assessType": 0,
"photo": "string"
}
]
},
"code": 0,
"msg": "string"
}