【发布时间】:2020-11-14 06:49:25
【问题描述】:
我在 openrouteservices 地图中实施 POST RETROFIT 以获取往返路线时遇到问题。 下面附上的照片是错误日志。Enter image description here
这是我的 API 接口
Call<Round> getRoundCoordinates(
/*@Header("Content-Type: application/json") String authHeader ,*/
@Header("Authorization") String authHeader,
@Query("coordinates") List<List<Double>> coordinates,
@Query("length") int length,
@Query("seed") int seed
);
并显示 500 错误代码。任何可以提供帮助的人。在此先感谢 :)
【问题讨论】:
标签: android error-handling retrofit android-volley http-status-code-500