Authorization: ********************{
"end_date": "2026-07-11",
"page": 1,
"page_size": 10,
"start_date": "2026-06-12",
"status": "issued",
"out_trade_no": "MERCHANT_123",
"external_user_id": "E123456",
"contact_phone": "13800138000"
}curl --location 'https://open.longxiachuxing.com/api/open/v1/flight/order/list' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"end_date": "2026-07-11",
"page": 1,
"page_size": 10,
"start_date": "2026-06-12",
"status": "issued",
"out_trade_no": "MERCHANT_123",
"external_user_id": "E123456",
"contact_phone": "13800138000"
}'{
"code": 0,
"data": {
"orders": [
{
"system_no": "RDF202605281430001",
"out_trade_no": "MERCHANT_123",
"flight_no": "CZ3569",
"airline": "南方航空",
"cabin_class": "economy",
"dep_city": "深圳",
"dep_airport_name": "宝安国际机场",
"dep_time": "2026-06-16 14:15",
"arr_city": "杭州",
"arr_airport_name": "虹桥国际机场",
"arr_time": "2026-06-16 16:30",
"depart_time": "2026-06-01 10:00",
"total_amount": 650,
"status": "2",
"status_text": "已支付",
"pay_status": "2",
"flight_status": "5",
"flight_status_text": "出票中",
"pnr": "ABC123",
"created_at": "2026-05-28 14:30:00"
}
],
"page_info": {
"page": 1,
"page_size": 10,
"total": 128
},
"total": 25
},
"message": "success",
"request_id": "req_a1b2c3"
}