具体业务逻辑 1.需要cityName 2.需要网址 http://wthrcdn.etouch.cn/weather_mini?city=赣州 3.请求 一般使用httpclient,springboot通过restTemplate 来请求 4.获取请求的body 5.通过ObjectMapper把请求的body转成ResponseResult 6.objectMapper.readValue(待转数据,哪个类.class);