Retrofit 网络请求框架BaseUrl的拼接问题

2018-10-12  本文已影响83人  Marlon_IT

Retrofit的Url组合规则

BaseUrl 和URL有关的注解中提供的值 最后结果
http://localhost:4567/path/to/other/ /post http://localhost:4567/post
http://localhost:4567/path/to/other/ post http://localhost:4567/path/to/other/post
http://localhost:4567/path/to/other/ https://github.com/ikidou https://github.com/ikidou

从上面不能难看出以下规则:

本文取自
怪盗kidou的文章 / 你真的会用Retrofit2吗?Retrofit2完全教程

上一篇 下一篇

猜你喜欢

热点阅读