whyclxw
2025-06-14 5ffe3528a8cb4c2d2154b76893d6ac55949968af
src/main/java/com/whyc/controller/DocLogController.java
@@ -26,4 +26,9 @@
    public Response operateAll(){
        return service.getOperate();
    }
    @ApiOperation(value = "查询下载日志(DownLoadNew)")
    @GetMapping("getDownLoadNew")
    public Response getDownLoadNew(@RequestParam int type,@RequestParam String oprateInfo){
        return service.getDownLoadNew(type,oprateInfo);
    }
}