我有一个有效的令牌并向GET /产品发出请求。我从响应中取出product_id
并将其与
体:
{
"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可用。