在过去的几周里,我的应用程序无法请求任何,,request。
我发送初步请求:
{
start_latitude: xx.xxxxx,
start_longitude: xx.xxxxx
}使用surge接收surge_confirmation_id错误。
发送另一个请求:
{
start_latitude: xx.xxxxx,
start_longitude: xx.xxxxx,
surge_confirmation_id: yyyyy-xxxxx-kkkkk-aaaaa
}并且总是收到409 fare_expired。
我发送了带有product_id和其他指定属性的请求,并尝试了一个只有启动位置和surge_confirmation_id的请求。
如果没有surge,API就会像预期的那样工作,我可以请求搭便车。
发布于 2016-03-10 21:45:10
这是因为现在已经解决了一个错误。
https://stackoverflow.com/questions/35780362
复制相似问题