我正在使用 Amadeus Flight Inspiration Search沙盒 API。
以下是 JSON 响应的示例:
{
"destination": "WAS",
"departure_date": "2017-04-01",
"return_date": "2017-04-15",
"price": "126.40",
"airline": "DL"
}
我查看了其他 Amadeus API,找不到根据航空公司代码提取航空公司名称的 API(在上面的示例中,“航空公司”:“DL”)。我们如何才能获得实际的航空公司名称?