whyclxw
2025-03-07 4f8c151c9311f8d97b6dc70f61e71821198cea47
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);
    }
}