curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/fitnessReportGroup/selectStudentInfoList' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"data": {
"total": 922337203685477600,
"list": [
{
"deptCode": "string",
"deptName": "string",
"schoolNo": "string",
"nationCode": 0,
"realName": "string",
"gender": 0,
"birthday": "2019-08-24T14:15:22Z",
"certificateNo": "string",
"address": "string"
}
]
},
"code": 0,
"msg": "string"
}