curl --location --request POST 'http://localhost:9002/api/ndc/v1/query' \
--header 'appKey: <api-key>' \
--header 'appSecret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"platFormOrderId": "AF19987663562124",
"recordNo": "AEDFAC"
}'{
"status": 0,
"msg": "string",
"orderInfo": {
"platFormOrderId": "string",
"recordNo": "string",
"status": 0,
"launchTotalAmount": "string",
"tripType": 0
},
"ticketInfos": [
{
"ticketNo": "string",
"ticketSource": "string",
"passengerName": "string",
"flightNumber": "string",
"pnr": "string",
"refundStatus": 0,
"issuePayAccount": "string",
"issuePayPassword": "string"
}
],
"flightSegmentRefs": [
{
"flightNumber": "string",
"depAirport": "string",
"arrAirport": "string",
"arrTime": "string",
"depTime": "string",
"seatClass": "string",
"seatGrade": "string"
}
],
"passengers": [
{
"passengerName": "string",
"cardNum": "string",
"cardType": "string"
}
],
"passengerBaggages": [
{
"passengerName": "XU/JIPENG",
"payBaggages": [
{
"productCode": "CHECKINBAGGAGE20KG",
"flightNumber": "CA123",
"depAirport": "PVG",
"arrAirport": "NRT",
"depTime": "201203100300",
"seatClass": "J",
"baggagePrices": [
{
"pkgNumber": 0,
"weight": 0,
"bookSalePrice": 0,
"ticketSalePrice": 0,
"airportSalePrice": 0,
"refundFee": 0
}
]
}
]
}
]
}