From 5933b9711eab1175dc1bd546a3e711dd643e9836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E8=B6=85?= <1162714483@qq.com> Date: Tue, 31 Jan 2023 17:34:52 +0800 Subject: [PATCH] =?UTF-8?q?style(=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96):=20?= =?UTF-8?q?=E5=9B=9E=E6=94=B6=E7=AB=99=E6=96=87=E4=BB=B6=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=8E=A5=E5=8F=A3method=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BAget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/qiwenshare/file/controller/RecoveryFileController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/qiwenshare/file/controller/RecoveryFileController.java b/src/main/java/com/qiwenshare/file/controller/RecoveryFileController.java index 721f87a..082672b 100644 --- a/src/main/java/com/qiwenshare/file/controller/RecoveryFileController.java +++ b/src/main/java/com/qiwenshare/file/controller/RecoveryFileController.java @@ -77,7 +77,7 @@ public class RecoveryFileController { } @Operation(summary = "回收文件列表", description = "回收文件列表", tags = {"recoveryfile"}) - @RequestMapping(value = "/list", method = RequestMethod.POST) + @RequestMapping(value = "/list", method = RequestMethod.GET) @ResponseBody public RestResult2 getRecoveryFileList() { JwtUser sessionUserBean = SessionUtil.getSession();