lxw
2022-09-20 c36210f961aa55a0e8558e16f96c07e2fbe5d9aa
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);
    }