uber-api - 为什么我的 API 中有两个 UberPool 产品?

标签 uber-api

我在以下 API 中获得了两个 UberPool 产品:

api.uber.com/v1/estimates/time
api.uber.com/v1/estimates/price
api.uber.com/v1/products

为什么我得到两个产品?它们有何不同?

示例响应:

网址:
api.uber.com/v1/estimates/price

回复:
{
  "prices": [
    {
      "localized_display_name": "uberPOOL",
      "high_estimate": 33,
      "minimum": null,
      "duration": 0,
      "estimate": "₹32.50",
      "distance": 0,
      "display_name": "uberPOOL",
      "product_id": "e0178e76-b13f-4ae6-9f72-6acadbb450c5",
      "low_estimate": 32,
      "surge_multiplier": 1,
      "currency_code": "INR"
    },
    {
      "localized_display_name": "uberPOOL",
      "high_estimate": 51,
      "minimum": null,
      "duration": 0,
      "estimate": "Unavailable",
      "distance": 0,
      "display_name": "uberPOOL",
      "product_id": "f855a84b-a0ec-40d8-a455-fb0d2db58089",
      "low_estimate": 50,
      "surge_multiplier": 1,
      "currency_code": "INR"
    },
    {
      "localized_display_name": "uberGO",
      "high_estimate": 50,
      "minimum": 50,
      "duration": 0,
      "estimate": "₹50",
      "distance": 0,
      "display_name": "uberGO",
      "product_id": "18ba4578-b11b-49a6-a992-a132f540b027",
      "low_estimate": 50,
      "surge_multiplier": 1,
      "currency_code": "INR"
    }
    ....
  ]
}

最佳答案

感谢您的报告。这是一个已知问题,我们正在努力修复。同时,您可以使用浮出水面的任一 uberPOOL 产品。

关于uber-api - 为什么我的 API 中有两个 UberPool 产品?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38219872/

相关文章:

ios - Uber 在 ios Swift 中提供了无效的 OAuth 2.0 凭据 Uber 身份验证

ios - 如何使用其他 iOS 应用程序的默认时间表乘车屏幕打开 super 应用程序?

android - 移动应用程序中的 Uber OAuth 最佳实践

uber-api - Uber Eats 优食有 API 吗?如果有,我在哪里可以找到更多信息

uber-api - 乘车提醒 Uber Api 出现 JSON 错误

uber-api - 优步 API - 司机

ios - Uber按钮不显示价格,只显示时间

uber-api - 优步服务器 token 不再工作,如何生成新的服务器 token

android - 基本网络.performRequest : Unexpected response code 401

android - super 安卓集成 :service-error occur when try to register app in uber console