curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/teacherFunctionUs/selectGroupRecordsTargetPageList?groupId=922337203685477600' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": {
"pageSize": 0,
"currentPage": 0,
"totalPage": 0,
"totalCount": 922337203685477600,
"list": [
{
"realName": "string",
"motionDate": "string",
"isFinished": 0
}
]
},
"success": true,
"resultData": {
"pageSize": 0,
"currentPage": 0,
"totalPage": 0,
"totalCount": 922337203685477600,
"list": [
{
"realName": "string",
"motionDate": "string",
"isFinished": 0
}
]
}
}