whycxzp
2022-09-26 5e2f02b1eaef4ed8882a93ea4296109fbfb52c9f
src/main/java/com/whyc/controller/FileInfoController.java
@@ -32,7 +32,7 @@
    }
    @ApiOperation(value = "解析xml文件(传参一个文件夹)")
    @GetMapping("getXmlValue")
    @GetMapping("getXmlValueByPath")
    public Response getXmlValueByPath(@RequestParam String filePath){
        return paramService.getXmlValueByPath(filePath);
    }