From eb2409198974baa1c5a468a784afbdf1b98b2b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Fri, 14 Jun 2024 18:01:15 +0800 Subject: [PATCH] a --- New_College.Api/Controllers/Front/PcVolunteerController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New_College.Api/Controllers/Front/PcVolunteerController.cs b/New_College.Api/Controllers/Front/PcVolunteerController.cs index e25263d..24e61e3 100644 --- a/New_College.Api/Controllers/Front/PcVolunteerController.cs +++ b/New_College.Api/Controllers/Front/PcVolunteerController.cs @@ -217,8 +217,8 @@ namespace New_College.Api.Controllers.Front } - [HttpPost("Export")] - public async Task Export([FromBody] MinExcelAttrDto dto) + [HttpGet("Export")] + public async Task Export([FromQuery] MinExcelAttrDto dto) { if (dto.id <= 0)