From e0f381b3673963481acd2264de57938f4855d2a1 Mon Sep 17 00:00:00 2001 From: cheng19920620 <511180749@qq.com> Date: Fri, 15 Dec 2023 10:47:46 +0800 Subject: [PATCH] =?UTF-8?q?--=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=AF=B7=E6=B1=82=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/MinioController/MinioApiController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IBKLinker-Minio/Controller/MinioController/MinioApiController.cs b/IBKLinker-Minio/Controller/MinioController/MinioApiController.cs index 02d9c3c..15bb3fd 100644 --- a/IBKLinker-Minio/Controller/MinioController/MinioApiController.cs +++ b/IBKLinker-Minio/Controller/MinioController/MinioApiController.cs @@ -1198,7 +1198,7 @@ namespace IBKLinker_Minio.Controller.MinioController /// /// /// - [HttpPost, Route("GetEmpower")] + [HttpGet, Route("GetEmpower")] public RequestEntity GetEmpower(string UserID, string FileName, string EmpowerType) { RequestEntity request = new RequestEntity();