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/
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/