diff --git a/laws-modules/src/main/java/com/jero/modules/onlyoffice/controller/OnlyOfficeController.java b/laws-modules/src/main/java/com/jero/modules/onlyoffice/controller/OnlyOfficeController.java index 8073123b..c7478b92 100644 --- a/laws-modules/src/main/java/com/jero/modules/onlyoffice/controller/OnlyOfficeController.java +++ b/laws-modules/src/main/java/com/jero/modules/onlyoffice/controller/OnlyOfficeController.java @@ -49,12 +49,6 @@ public class OnlyOfficeController { @Resource private IOSSFileService ossFileService; - @ApiOperation(value = "|onlyOffice接收文件") - @PostMapping("/receiveFileBefore") - public void receiveFileBefore(HttpServletRequest request, HttpServletResponse response, String key, String fileNm, String standNo, String pid, String taskId, String standName) { - System.out.println("123"); - } - @ApiOperation(value = "onlyOffice接收文件") @PostMapping("/receiveFile") public void receiveFileBefore(HttpServletRequest request, HttpServletResponse response, String fileId, String fileNm) throws IOException {