curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/teacherFunctionUs/newSelectRunRecords?dateType=' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": [
{
"realName": "string",
"orgName": "string",
"result": 0,
"maxResult": 0,
"className": "string",
"schoolNo": "string",
"gender": 0,
"paceFormat": "string",
"count": 0,
"userId": 922337203685477600,
"rank": 0
}
],
"success": true
}