We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setGlobalDomain http://192.168.12.5:8055/CityInterface/ getGlobalDomain http://192.168.12.5:8055/CityInterface/
经过 HttpUrl newUrl = mUrlParser.parseUrl(httpUrl, request.url()); 处理后 多了个CityInterface
httpurl http://192.168.12.5:8055/CityInterface/ newurl http://192.168.12.5:8055/CityInterface/CityInterface/
The text was updated successfully, but these errors were encountered:
https://github.com/JessYanCoding/RetrofitUrlManager/blob/master/manager/src/main/java/me/jessyan/retrofiturlmanager/parser/DefaultUrlParser.java#L52
断点这里看看,用的哪个解析器,然后看看解析器为什么加了这个 /CityInterface
Sorry, something went wrong.
再初始化的时候加上这句开启高级模式。 RetrofitUrlManager.getInstance().startAdvancedModel(ApiService.SERVER_URL)
No branches or pull requests
setGlobalDomain http://192.168.12.5:8055/CityInterface/
getGlobalDomain http://192.168.12.5:8055/CityInterface/
经过 HttpUrl newUrl = mUrlParser.parseUrl(httpUrl, request.url()); 处理后 多了个CityInterface
httpurl http://192.168.12.5:8055/CityInterface/
newurl http://192.168.12.5:8055/CityInterface/CityInterface/
The text was updated successfully, but these errors were encountered: