0

我正在尝试使用端点 Flight Low-fare Search,但我意识到它没有被 maxPrice 正确过滤。

例如,到达 maxPrice=100 的下一个端点。

https://test.api.amadeus.com/v1/shopping/flight-offers?origin=MAD&destination=BIO&departureDate=2018-12-07&returnDate=2018-12-10&adults=1&maxPrice=100¤cy=EUR

我得到以下结果,所以我认为有一个错误:

      {
      "price": {
        "total": "185.09",
        "totalTaxes": "39.09"
      },
      "pricePerAdult": {
        "total": "185.09",
        "totalTaxes": "39.09"
      }
4

1 回答 1

0

此错误已修复并部署在生产中。

于 2018-11-10T15:47:44.780 回答