@@ -61,6 +61,8 @@ public class GeoServiceImpl implements GeoService {
response.setLat(tts[1]);
response.setLng(tts[0]);
}
+ }else {
+ return null;
} catch (IOException e) {
log.error("调用高德地图接口失败",e);