我正在生产模式下运行 amadeus Flight Inspiration Search
我在埃及开罗使用机场代码“CAI”时收到错误 500
我以为所有机场都由 amadeus 支持
尽管如此,当我使用“MAD”机场时没有错误
amadeus = Client(hostname='production',client_id='........)
response = amadeus.shopping.flight_destinations.get(origin='CAI')
我正在生产模式下运行 amadeus Flight Inspiration Search
我在埃及开罗使用机场代码“CAI”时收到错误 500
我以为所有机场都由 amadeus 支持
尽管如此,当我使用“MAD”机场时没有错误
amadeus = Client(hostname='production',client_id='........)
response = amadeus.shopping.flight_destinations.get(origin='CAI')