我正在使用UberKit,直到昨天它对我都非常有用。
我可以成功发出 GET 请求来获取Product Types(返回 4 种类型的汽车和200 code),但无法获取Time Estimates数据(返回 NO 错误,NO 数据但是405 code)。
401 Unauthorized the request requires user authentication (not logged in).
但根据他们的说法,Product Types也不Time Estimates需要访问令牌,事实上,我确实可以在Product Types没有上述访问令牌的情况下获取数据。
那么这里有没有其他人遇到过这种情况,谢谢。