From cc03ca83ee7e02ebaf672af88eab87170df3d919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Wed, 5 Jun 2024 16:31:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E9=80=89=E7=A7=91?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Front/FrontSelectionController.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/New_College.Api/Controllers/Front/FrontSelectionController.cs b/New_College.Api/Controllers/Front/FrontSelectionController.cs index 0d4a3c7..40aca1f 100644 --- a/New_College.Api/Controllers/Front/FrontSelectionController.cs +++ b/New_College.Api/Controllers/Front/FrontSelectionController.cs @@ -114,8 +114,9 @@ namespace New_College.Api.Controllers.Front /// /// /// - [HttpGet] - public async Task>> GetSelect([FromQuery] SelectionRequest request) + [HttpPost] + [Route("GetSelect")] + public async Task>> GetSelect([FromBody] SelectionRequest request) { var response = new List(); Expression> exp = Expressionable.Create() //创建表达式