{
"pageNo": 0,
"pageSize": 0,
"params": {
"clearQStartTime": "string",
"clearQEndTime": "string",
"flightStatus": "string",
"isDomestic": 0,
"passengerName": "string",
"saleOrderId": 0,
"tenantId": 0,
"pnrCode": "string",
"contactPhone": "string",
"buyOrderId": 0,
"pnrTextKeyWord": "string",
"operateStatus": 0,
"noticeStatus": 0
}
}curl --location --request POST '/api/product/flight/queue/v2/queuePage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"clearQStartTime": "string",
"clearQEndTime": "string",
"flightStatus": "string",
"isDomestic": 0,
"passengerName": "string",
"saleOrderId": 0,
"tenantId": 0,
"pnrCode": "string",
"contactPhone": "string",
"buyOrderId": 0,
"pnrTextKeyWord": "string",
"operateStatus": 0,
"noticeStatus": 0
}
}'{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"saleOrderId": 0,
"buyOrderId": 0,
"tenantName": "",
"pnrCode": "",
"contactName": "",
"contactPhone": "",
"passengerName": "",
"flightStatus": "",
"flightStatusName": "",
"operateStatus": 0,
"operateStatusName": "",
"noticeStatus": 0,
"noticeStatusName": "",
"gmtCreate": "",
"gmtModified": "",
"originalItinerary": "",
"originalItineraryList": [
""
],
"flightChange": "",
"flightChangeList": [
""
],
"queueNumber": "",
"noticeLogs": [
{
"id": 0,
"creatorId": "",
"updaterId": "",
"gmtCreate": "",
"gmtModified": "",
"queueNoticeId": 0,
"operateType": 0,
"noticePhone": "",
"noticeContext": "",
"smsNoticeId": ""
}
]
}
],
"total": 0,
"current": 0,
"size": 0
}
}