{
"hosDisId": 0,
"buildingName": "string",
"sexType": 0,
"startDate": "string",
"endDate": "string",
"index": 0,
"size": 0
}
curl --location --request POST 'localhost:8077/dorm/dormitoryBedTimeCheck/missingBedRoomDormitory' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"hosDisId": 0,
"buildingName": "string",
"sexType": 0,
"startDate": "string",
"endDate": "string",
"index": 0,
"size": 0
}'
{
"code": 0,
"errorCode": 0,
"message": "",
"result": {
"total": 1,
"rows": [
{
"adminName": "贾一博宿管",//宿管
"buildingLevel": 31,//楼层
"buildingName": "胡萌楼",//楼名
"hosDisName": "本院区",//院区
"missTimes": 1,//缺寝次数
"roomNum": 3103,//房间号
"sexType": "男",//属性
"userTypeName": "实习生"//学生类型
}
]
},
"success": true
}