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)