房间状态
字典类型: hotel_room_day_status
curl --location --request GET 'http://smartpartyschool.isum.cn:4090/prod-api/edu/hotelOrderRoom/list?orderId=&orderDetailId=&roomId=&checkIn=&checkOut=' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiIwZkJtTGlBV0N4Q2Vpdkw4WFVaem1YSll0enZSUnQyTiIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjAwMDAwMCIsInVzZXJJZCI6MSwidXNlck5hbWUiOiJhZG1pbiIsImRlcHRJZCI6MTAzLCJkZXB0TmFtZSI6IumFkuW6lyIsImRlcHRDYXRlZ29yeSI6ImludGVybmFsIn0.5POlA4CNt64ROY_dxWUW2C545BzD9arN_3vyIT22VE8' \
--header 'clientId: 16668f6678c57727f12481ae983db751'
{
"total": 0,
"rows": [
{
"orderId": 0,
"orderIdName": "string",
"orderDetailId": 0,
"roomId": 0,
"roomIdObject": {
"roomId": 0,
"roomCode": "string",
"roomTypeCode": "string",
"roomTypeCodeName": "string",
"buildingId": 0,
"buildingIdName": "string",
"buildingFloor": 0,
"buildingFloorName": "string",
"status": "string",
"statusName": "string",
"extRoomId": "string",
"remark": "string"
},
"checkIn": "2019-08-24T14:15:22Z",
"checkOut": "2019-08-24T14:15:22Z",
"actualCheckIn": "2019-08-24T14:15:22Z",
"actualCheckOut": "2019-08-24T14:15:22Z",
"roomStatus": "string",
"allocationId": 0,
"remark": "string"
}
],
"code": 0,
"msg": "string"
}