curl --location --request GET 'http://smartpartyschool.isum.cn:4090/prod-api/app/edu/hotelOrder/list?orderCode=&classId=&orderStatus=&guestType=' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiIwZkJtTGlBV0N4Q2Vpdkw4WFVaem1YSll0enZSUnQyTiIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjAwMDAwMCIsInVzZXJJZCI6MSwidXNlck5hbWUiOiJhZG1pbiIsImRlcHRJZCI6MTAzLCJkZXB0TmFtZSI6IumFkuW6lyIsImRlcHRDYXRlZ29yeSI6ImludGVybmFsIn0.5POlA4CNt64ROY_dxWUW2C545BzD9arN_3vyIT22VE8' \
--header 'clientId: 16668f6678c57727f12481ae983db751'{
"total": 0,
"rows": [
{
"orderCode": "string",
"classId": 0,
"classIdName": "string",
"entrustedUnitId": 0,
"entrustedUnitIdName": "string",
"orderStatus": "string",
"guestType": "string",
"orderId": 0,
"remark": "string"
}
],
"code": 0,
"msg": "string"
}