你必须在这样的路径中发送数据:
@GET("/salao/{lat}/{lng}") Call<Response> getAllSaloes(@Path("lat") Long lat, @Path("lng") Long lng);
这将以/salao/123.21/2323的形式发送数据