|
@@ -44,7 +44,7 @@ public class AddressUtils
|
|
|
JSONObject obj = JSON.parseObject(rspStr);
|
|
|
//String region = obj.getString("pro");
|
|
|
String city = obj.getString("city");
|
|
|
- return String.format("%s %s", city);
|
|
|
+ return String.format("%s", city);
|
|
|
}
|
|
|
catch (Exception e)
|
|
|
{
|