1. 接口说明

根据首汽城市id,查询当前城市的机场信息

2. 接口地址

https://<SQYC_DOMAIN>/channel/city/airports

3. 请求参数

字段名称 字段类型 字段说明 是否必传
cityId String 首汽城市id

4. 响应

data对象结构为:List<AirportDTO>

5. 响应示例

{
    "responseCode": 100000,
    "responseMessage": "成功",
    "responseDate": 1557991439080,
    "data": [
        {
            "airportName": "奥克兰国际机场",
            "cityName": "奥克兰",
            "airportLocation": "-37.0080986,174.7920074",
            "cityId": "30000110",
            "airportCode": "AKL"
        }
    ]
}
Copyright © 首约科技(北京)有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2024-09-10 08:31:45

results matching ""

    No results matching ""