lizijie
2022-04-27 015ec2f257270b462a947e340925059453d5b24d
screen-api/src/main/java/com/moral/api/controller/ChartController.java
@@ -290,11 +290,11 @@
        ow.flush();
        ow.close();
        String localAddr = httpServletRequest.getLocalAddr();
        int serverPort = httpServletRequest.getServerPort();
        /*String localAddr = httpServletRequest.getLocalAddr();
        int serverPort = httpServletRequest.getServerPort();*/
        Map<String,Object> res = new HashMap<>();
        res.put("path","http://"+localAddr +":"+ serverPort+"/static/tsv/"+file.getName());
        res.put("path","http://47.99.64.149:8081"+"/static/tsv/"+file.getName());
        return ResultMessage.ok(res);
    }