标签: java spring-boot http-status-code-500 lyft-api
根据Lyft的文档,我有
https://api.lyft.com/v1/rides/<ride_id>/cancel
使用Authorization和Content-Type Header,但服务器不断返回500
内部服务器错误
授权通过(承载正确),并且从请求乘车终点返回Ride Id。
有什么想法吗?
答案 0 :(得分:0)
不知何故,端点开始工作。我将结束这个问题。