curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/tempclassuser/classList?classId&studentName' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"code": 0,
"msg": "string",
"data": [
{
"id": 922337203685477600,
"studentId": 922337203685477600,
"classId": 922337203685477600,
"teacherId": 922337203685477600,
"schoolNo": "string",
"realname": "string",
"mobile": "string",
"gender": 0,
"photo": "string",
"fullOrgName": "string",
"assessType": 0,
"noTest": 0
}
],
"success": true
}