{
"errors": [
{
"code": "38189",
"title": "Internal error",
"detail": "An internal error occured, please contact your administrator",
"status": "500"
}
]
}
在移动应用程序上运行Amadeus Flight Search API时出现上述错误。之前运行得非常好。这是我的API调用:[https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NBO&destination=MBA&departureDate=2018-08-25&adults=1&travelClass=ECONOMY&nonStop=false
可能是什么问题?
答案 0 :(得分:1)
3个API:
不不支持内容类型“ application / json ”。
将标头更新为“ application / vnd.amadeus + json ”将解决此问题。
注意:我们将很快更新这3个API,以支持内容类型“ application / json ”。
我们所有的API都支持Content-Type application / json,您再也不会遇到任何问题了。