Revert "feat: 在线编辑将文件接收接口改为GET请求方式并添加参数注解"
This reverts commit 0dac72f35c.
This commit is contained in:
+2
-4
@@ -48,10 +48,8 @@ public class OnlyOfficeController {
|
||||
private IOSSFileService ossFileService;
|
||||
|
||||
@ApiOperation(value = "onlyOffice接收文件")
|
||||
@GetMapping("/receiveFile")
|
||||
public void receiveFileBefore(HttpServletRequest request, HttpServletResponse response,
|
||||
@RequestParam("fileId") String fileId,
|
||||
@RequestParam("fileNm") String fileNm) {
|
||||
@PostMapping("/receiveFile")
|
||||
public void receiveFileBefore(HttpServletRequest request, HttpServletResponse response, String fileId, String fileNm) throws IOException {
|
||||
log.info("**********进入receiveFile接收文档接口************");
|
||||
log.info("**********fileId************" + fileId + "=======");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user