月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-27 f7b2d885bc64a0598facb2b5a0d89dcdf5921902
src/main/java/com/moon/server/helper/HttpHelper.java
@@ -69,7 +69,6 @@
        CloseableHttpClient client = null;
        HttpResponse proxyResponse = null;
        try {
            client = this.createHttpClient();
            proxyResponse = client.execute(host, proxyRequest);
@@ -287,7 +286,7 @@
    }
    private void copeGeoService(HttpResponse proxyResponse, HttpServletRequest request, HttpServletResponse response, ResEntity res) throws IOException {
        if (StaticData.GET_CAPABILITIES.equals(request.getParameter(StaticData.REQUEST))) {
        if (StaticData.GET_CAPABILITIES.equals(res.getBak())) {
            //
        }