curl --location --request GET 'https://yzt.hntpxx.com/api/mRoom/getChangeRoomList?st=&et=&page=&pageSize=' \
--header 'token: {{appToken}}' \
--header 'token;'
{
"code": 200,
"data": {
"list": [
{
"id": 29,
"name": "群温反名果议备",
"roomTypeID": 46,
"roomTypeName": "",
"residentNum": 0,
"building": "vel",
"unit": "labore",
"floor": 80,
"door": "sed qui",
"computers": 8
},
{
"id": 21,
"name": "test",
"roomTypeID": 67,
"roomTypeName": "单间",
"residentNum": 1,
"building": "1",
"unit": "1",
"floor": 1,
"door": "1",
"computers": 2
},
{
"id": 19,
"name": "墨宝",
"roomTypeID": 64,
"roomTypeName": "两室一厅",
"residentNum": 2,
"building": "D",
"unit": "2",
"floor": 10,
"door": "1009",
"computers": 2
},
{
"id": 18,
"name": "笔宝",
"roomTypeID": 64,
"roomTypeName": "两室一厅",
"residentNum": 2,
"building": "D",
"unit": "2",
"floor": 11,
"door": "1109",
"computers": 2
},
{
"id": 17,
"name": "兰花",
"roomTypeID": 65,
"roomTypeName": "三室一厅",
"residentNum": 3,
"building": "D",
"unit": "1",
"floor": 12,
"door": "1210",
"computers": 3
}
],
"total": 5,
"page": 1,
"pageSize": 10
},
"msg": "success"
}