String url = null;
try {
url = new String("https://open.client.lashou.com/api/detail/city/" + URLEncoder.encode(city.getName(), "utf8") + "/p/1");
} catch(Exception e) {
e.printStackTrace();
}
return url;String url = null;
try {
url = new String("htt