航班票价查询api数据整合实现

航班票价查询api代码可实现查询舱位类型、货币类型、单程票价、往返票价、生效日期、截至日期、机场税、燃油税、折扣率等等。

接口名称:航班票价查询api

接口平台:聚合数据

接口地址:http://op.juhe.cn/flight/fd

支持格式:json/xml

请求方式:HTTP GET/POST

请求示例:http://op.juhe.cn/flight/fd?key=APPKEY&&orgCity=WUH&dstCity=PVG&date=2014-12-14&airline=all&PlaneModel=&passType=&dtype=json

航班票价查询api调用代码JSON返回示例:

{
    "resultcode": "200",
    "reason": "Success",
    "result": [
        {
            "CabinType": "F",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "1220.00",
            "RoundPrice": "2440.00",
            "discountRate": "151",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:01",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "C",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "1050.00",
            "RoundPrice": "2100.00",
            "discountRate": "130",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:02",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Y",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "810.00",
            "RoundPrice": "1620.00",
            "discountRate": "100",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:03",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "T",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "730.00",
            "RoundPrice": "1460.00",
            "discountRate": "90",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:04",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "K",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "690.00",
            "RoundPrice": "1380.00",
            "discountRate": "85",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:05",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "H",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "650.00",
            "RoundPrice": "1300.00",
            "discountRate": "80",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:06",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "M",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "610.00",
            "RoundPrice": "1220.00",
            "discountRate": "75",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:07",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "G",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "570.00",
            "RoundPrice": "1140.00",
            "discountRate": "70",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:08",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "S",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "530.00",
            "RoundPrice": "1060.00",
            "discountRate": "65",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:09",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "L",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "490.00",
            "RoundPrice": "980.00",
            "discountRate": "60",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:10",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Q",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "450.00",
            "RoundPrice": "900.00",
            "discountRate": "56",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:11",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "E",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "410.00",
            "RoundPrice": "820.00",
            "discountRate": "51",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:12",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "W",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "360.00",
            "RoundPrice": "720.00",
            "discountRate": "44",
            "startDate": "2007-05-29",
            "endDate": "2015-04-17",
            "airline": "8C",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0001  PFN:13",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "F",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "1220.00",
            "RoundPrice": "2440.00",
            "discountRate": "151",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FY1G  PFN:14",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "C",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "1050.00",
            "RoundPrice": "2100.00",
            "discountRate": "130",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FY1G  PFN:15",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "W",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "810.00",
            "RoundPrice": "1620.00",
            "discountRate": "100",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FY1G  PFN:16",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Y",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "810.00",
            "RoundPrice": "1620.00",
            "discountRate": "100",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FY1G  PFN:17",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "B",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "730.00",
            "RoundPrice": "1460.00",
            "discountRate": "90",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:18",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "M",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "710.00",
            "RoundPrice": "1420.00",
            "discountRate": "88",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:19",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "M1",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "690.00",
            "RoundPrice": "1380.00",
            "discountRate": "85",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:20",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "H",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "650.00",
            "RoundPrice": "1300.00",
            "discountRate": "80",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:21",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "H1",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "630.00",
            "RoundPrice": "1260.00",
            "discountRate": "78",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:22",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "K",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "610.00",
            "RoundPrice": "1220.00",
            "discountRate": "75",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:23",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "K1",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "590.00",
            "RoundPrice": "1180.00",
            "discountRate": "73",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:24",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "L",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "570.00",
            "RoundPrice": "1140.00",
            "discountRate": "70",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:25",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "L1",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "530.00",
            "RoundPrice": "1060.00",
            "discountRate": "65",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:26",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Q",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "490.00",
            "RoundPrice": "980.00",
            "discountRate": "60",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:27",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Q1",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "450.00",
            "RoundPrice": "900.00",
            "discountRate": "56",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:28",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "G",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "410.00",
            "RoundPrice": "820.00",
            "discountRate": "51",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:29",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "V",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "360.00",
            "RoundPrice": "720.00",
            "discountRate": "44",
            "startDate": "2013-03-01",
            "endDate": "2015-04-17",
            "airline": "CA",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "AV1G  PFN:30",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "A",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "4320.00",
            "RoundPrice": "8640.00",
            "discountRate": "400",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ21  PFN:31",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "F",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "2810.00",
            "RoundPrice": "0.00",
            "discountRate": "260",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ21  PFN:32",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "F",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "0.00",
            "RoundPrice": "5400.00",
            "discountRate": "0",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ22  PFN:33",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "J",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "2700.00",
            "RoundPrice": "0.00",
            "discountRate": "250",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ21  PFN:34",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "J",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "0.00",
            "RoundPrice": "5180.00",
            "discountRate": "0",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ22  PFN:35",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "P",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "2270.00",
            "RoundPrice": "4540.00",
            "discountRate": "210",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ23  PFN:36",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "C",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "2160.00",
            "RoundPrice": "4320.00",
            "discountRate": "200",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ23  PFN:37",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "W",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "1080.00",
            "RoundPrice": "2160.00",
            "discountRate": "100",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ21  PFN:38",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Y",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "1080.00",
            "RoundPrice": "2160.00",
            "discountRate": "100",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ21  PFN:39",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "B",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "970.00",
            "RoundPrice": "1940.00",
            "discountRate": "90",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ23  PFN:40",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "M",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "860.00",
            "RoundPrice": "1720.00",
            "discountRate": "80",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ23  PFN:41",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "H",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "810.00",
            "RoundPrice": "1620.00",
            "discountRate": "75",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ23  PFN:42",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "U",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "760.00",
            "RoundPrice": "1520.00",
            "discountRate": "70",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ23  PFN:43",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "L",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "650.00",
            "RoundPrice": "1300.00",
            "discountRate": "60",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ23  PFN:44",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "E",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "540.00",
            "RoundPrice": "1080.00",
            "discountRate": "50",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ23  PFN:45",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "V",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "490.00",
            "RoundPrice": "980.00",
            "discountRate": "45",
            "startDate": "2014-10-26",
            "endDate": "2015-04-17",
            "airline": "CZ",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "CZ24  PFN:46",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "F",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "3460.00",
            "RoundPrice": "0.00",
            "discountRate": "320",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM11  PFN:47",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "F",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "0.00",
            "RoundPrice": "6920.00",
            "discountRate": "0",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM11  PFN:48",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "J",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "2050.00",
            "RoundPrice": "0.00",
            "discountRate": "190",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM11  PFN:49",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "J",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "0.00",
            "RoundPrice": "3680.00",
            "discountRate": "0",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM11  PFN:50",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "W",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "1080.00",
            "RoundPrice": "2160.00",
            "discountRate": "100",
            "startDate": "2014-08-01",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM11  PFN:51",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Y",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "1080.00",
            "RoundPrice": "2160.00",
            "discountRate": "100",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM11  PFN:52",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "B",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "1070.00",
            "RoundPrice": "2140.00",
            "discountRate": "99",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:53",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "M",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "970.00",
            "RoundPrice": "1940.00",
            "discountRate": "90",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:54",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "E",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "920.00",
            "RoundPrice": "1840.00",
            "discountRate": "85",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:55",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "H",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "860.00",
            "RoundPrice": "1720.00",
            "discountRate": "80",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:56",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "K",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "810.00",
            "RoundPrice": "1620.00",
            "discountRate": "75",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:57",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "L",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "760.00",
            "RoundPrice": "1520.00",
            "discountRate": "70",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:58",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "N",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "700.00",
            "RoundPrice": "1400.00",
            "discountRate": "65",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:59",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "R",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "650.00",
            "RoundPrice": "1300.00",
            "discountRate": "60",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:60",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "S",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "540.00",
            "RoundPrice": "1080.00",
            "discountRate": "50",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:61",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "V",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "430.00",
            "RoundPrice": "860.00",
            "discountRate": "40",
            "startDate": "2014-06-16",
            "endDate": "2015-04-17",
            "airline": "FM",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "FM12  PFN:62",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "F",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "3460.00",
            "RoundPrice": "6920.00",
            "discountRate": "320",
            "startDate": "2014-07-11",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:63",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "C",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "1400.00",
            "RoundPrice": "2800.00",
            "discountRate": "130",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:64",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Y",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "1080.00",
            "RoundPrice": "2160.00",
            "discountRate": "100",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:65",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "B",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "970.00",
            "RoundPrice": "1940.00",
            "discountRate": "90",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:66",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "L",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "920.00",
            "RoundPrice": "1840.00",
            "discountRate": "85",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:67",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "M",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "860.00",
            "RoundPrice": "1720.00",
            "discountRate": "80",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:68",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "T",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "810.00",
            "RoundPrice": "1620.00",
            "discountRate": "75",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:69",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "E",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "760.00",
            "RoundPrice": "1520.00",
            "discountRate": "70",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:70",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "H",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "700.00",
            "RoundPrice": "1400.00",
            "discountRate": "65",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:71",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "V",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "650.00",
            "RoundPrice": "1300.00",
            "discountRate": "60",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:72",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "K",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "590.00",
            "RoundPrice": "1180.00",
            "discountRate": "55",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:73",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "W",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "540.00",
            "RoundPrice": "1080.00",
            "discountRate": "50",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:74",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "R",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "490.00",
            "RoundPrice": "980.00",
            "discountRate": "45",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:75",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Q",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "430.00",
            "RoundPrice": "860.00",
            "discountRate": "40",
            "startDate": "2014-06-25",
            "endDate": "2015-04-17",
            "airline": "HO",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "0418  PFN:76",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "C",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "1300.00",
            "RoundPrice": "2600.00",
            "discountRate": "160",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU11  PFN:77",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "F",
            "basicCabinType": "F",
            "MoneyType": "CNY",
            "SinglePrice": "1220.00",
            "RoundPrice": "2440.00",
            "discountRate": "151",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU10  PFN:78",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "C1",
            "basicCabinType": "C",
            "MoneyType": "CNY",
            "SinglePrice": "1050.00",
            "RoundPrice": "2100.00",
            "discountRate": "130",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU11  PFN:79",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "Y",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "810.00",
            "RoundPrice": "1620.00",
            "discountRate": "100",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU11  PFN:80",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "B",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "730.00",
            "RoundPrice": "1460.00",
            "discountRate": "90",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU12  PFN:81",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "H",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "690.00",
            "RoundPrice": "1380.00",
            "discountRate": "85",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU12  PFN:82",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "K",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "650.00",
            "RoundPrice": "1300.00",
            "discountRate": "80",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU12  PFN:83",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "L",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "610.00",
            "RoundPrice": "1220.00",
            "discountRate": "75",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU12  PFN:84",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "M",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": "570.00",
            "RoundPrice": "1140.00",
            "discountRate": "70",
            "startDate": "2013-07-26",
            "endDate": "2015-04-17",
            "airline": "HU",
            "AirportTax": "50",
            "fuelTax": "30",
            "rule": "HU12  PFN:85",
            "orgCity": "WUH",
            "dstcity": "PVG"
        },
        {
            "CabinType": "M1",
            "basicCabinType": "Y",
            "MoneyType": "CNY",
            "SinglePrice": 


你可能感兴趣的:(航班票价查询api数据整合实现)