curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/tempclassuser/querySupplementaryTestingUserList?classId=922337203685477600' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": [
{
"userId": 922337203685477600,
"classId": 922337203685477600,
"unfinishedProjectName": "string",
"realname": "string",
"schoolNo": "string",
"mobile": "string",
"photo": "string",
"gender": 0
}
]
}