{
"passengers": [
{
"birthday": "1990-01-01",
"card_valid_end_date": "2030-12-31",
"id_number": "330106199001011234",
"id_type": "ID_CARD",
"name": "张三",
"name_en": "ZHANG/SAN",
"nationality_code": "CN",
"phone": "13800138000",
"sex": 1,
"type": "adult"
}
],
"return_search_offer_id": "eyJhbGciOiJBMjU2R0NNIi...",
"search_offer_id": "eyJhbGciOiJBMjU2R0NNIi..."
}curl --location 'https://open.longxiachuxing.com/api/open/v1/flight/pricing' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"passengers": [
{
"birthday": "1990-01-01",
"card_valid_end_date": "2030-12-31",
"id_number": "330106199001011234",
"id_type": "ID_CARD",
"name": "张三",
"name_en": "ZHANG/SAN",
"nationality_code": "CN",
"phone": "13800138000",
"sex": 1,
"type": "adult"
}
],
"return_search_offer_id": "eyJhbGciOiJBMjU2R0NNIi...",
"search_offer_id": "eyJhbGciOiJBMjU2R0NNIi..."
}'{
"code": 0,
"data": {
"baggage_rule": "20kg",
"change_rule": "起飞前24小时改签免费",
"combined_total_fare": 1222,
"expired_at": "2026-05-28 14:30:00",
"offer_id": "eyJhbGciOiJBMjU2R0NNIi...",
"passenger_fares": [
{
"airport_tax": 50,
"base_fare": 580,
"fuel_tax": 0,
"passenger_type": "adult",
"service_fee": 20,
"total": 650
}
],
"price_changed": false,
"refund_rule": "起飞前2小时退票收取票面50%",
"return_baggage_rule": "20kg",
"return_change_rule": "起飞前24小时改签免费",
"return_offer_id": "eyJhbGciOiJBMjU2R0NNIi...",
"return_passenger_fares": [
{
"airport_tax": 50,
"base_fare": 580,
"fuel_tax": 0,
"passenger_type": "adult",
"service_fee": 20,
"total": 650
}
],
"return_refund_rule": "起飞前2小时退票收取票面50%",
"return_supplier_changed": false,
"supplier_changed": false,
"total_fare": 650
},
"message": "success",
"request_id": "req_a1b2c3"
}