{
"stuStatus" : 1,
"index" : 1,
"size" : 10,
"schoolCode" : 10422,
"sex" : 1
}
curl --location --request POST 'localhost:8077/user/hosUserStudent/list' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"stuStatus" : 1,
"index" : 1,
"size" : 10,
"schoolCode" : 10422,
"sex" : 1
}'
{
"code": 0,
"errorCode": 0,
"message": "",
"result": {
"lastPage": 0,
"rows": [
{
"abbreviation": "X",
"age": 0,
"avatar": "",
"awards": "",
"birthday": null,
"createTime": "2022-03-31 11:17",
"deptName": "",
"deptStatus": 0,
"detailedAddress": "",
"dormitoryRoomNumber": "",
"emergencyContact": "",
"emergencyContactPhone": "",
"endRotationTime": "",
"endTime": null,
"endTimeStr": "",
"failureMsg": "",
"hiredate": "2022-03-31 11:17",
"hosId": 320,
"id": 114,
"idCard": "",
"internship": "",
"internshipTime": "",
"isDorm": 0,
"isPostgraduate": 0,
"isRotation": 1,
"mobile": "13869195375",
"myPictureUrl": "",
"nation": "",
"nationId": 0,
"nativePlace": "",
"partTimeJob": "",
"pinYin": "xuweichen",
"politicalCountenance": "",
"politicsStatus": "",
"presentAddress": "",
"refuseReason": "",
"section": "山东大学",
"sex": 1,
"sexStr": "男",
"startRotationTime": "",
"startTime": null,
"startTimeStr": "",
"status": 2,
"stuClass": "3",
"stuDept": "临床",
"stuGrade": "2",
"stuHierarchyId": 0,
"stuHierarchyName": "",
"stuJobNumber": "",
"stuMajor": "临床",
"stuNumber": "12321",
"stuSchoolCode": 10422,
"stuSchoolName": "山东大学",
"stuStatus": 1,
"stuStatusStr": "待接收",
"subjectName": "",
"teachModeId": 0,
"teachName": 0,
"teamLeader": 0,
"teamStatus": 0,
"teamStatusStr": "未分组",
"userId": 2049,
"userName": "徐伟宸",
"userType": 4,
"year": "2022"
}
],
"total": 1
},
"success": true
}