Authorization: ********************{
"end_date": "2026-07-11",
"page": 1,
"page_size": 10,
"start_date": "2026-06-12",
"status": "issued"
}curl --location 'https://api.longxiachuxing.com/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"
}'{
"code": 0,
"data": {
"orders": [
{
"created_at": "2026-05-28 14:30:00",
"depart_date": "2026-06-12",
"flight_no": "CZ3569",
"order_id": "RDF202605281430001",
"route": "深圳 -> 杭州",
"status": "issued",
"total_amount": 650
}
],
"page_info": {
"page": 1,
"page_size": 10,
"total": 128
},
"total": 25
},
"message": "success",
"request_id": "req_a1b2c3"
}