Skip to content

Conversation

zhengxiaosong
Copy link

根据retrofit2定义,@get("/api/execute")会作为绝对路径处理,如果baseUrl为 https://example.com/sonar/, 那么完整地址会变为
https://example.com/api/execute。
如果需要保持子路径作为BaseUrl,那么需要采用相对路径
@get("api/execute"),这样retrofit2会处理为https://example.com/sonar/api/execute

根据retrofit2定义,@get("/api/execute")会作为绝对路径处理,如果baseUrl为
https://example.com/sonar/, 那么完整地址会变为
https://example.com/api/execute。
如果需要保持子路径作为BaseUrl,那么需要采用相对路径
@get("api/execute"),这样retrofit2会处理为https://example.com/sonar/api/execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant