Uber API返回404'无效产品'

时间:2015-10-03 09:05:54

标签: node.js uber-api

我有一个有效的令牌并向GET /产品发出请求。我从响应中取出product_id并将其与

一起发送到POST / requests

体:

{
    "product_id":"my-valid-product-id",
    "start_longitude":38.9,
    "start_latitude":-77.0,
    "end_longitude":"-77.0",
    "end_latitude":"38.9"
}

回复是:

{"message":"Invalid product \"my-valid-product-id\". Available: ","code":"not_found"}

知道怎么了?

编辑此问题已得到解决。正在发送错误的GPS坐标,因此优步拒绝了乘车请求。 “可用:​​”字符串表示在我使用的错误GPS位置没有Ubers可用。

0 个答案:

没有答案