From 03e675a7960d341af880c1127189089e2b1f23fa Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Mon, 14 Aug 2023 15:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E6=B4=BE?= =?UTF-8?q?=E8=BD=A6=E6=94=B9=E4=B8=BAPOST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TaskManagePlat/TaskManageTruckService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Myshipping.Application/Service/TaskManagePlat/TaskManageTruckService.cs b/Myshipping.Application/Service/TaskManagePlat/TaskManageTruckService.cs index c09c1e0d..46e8e479 100644 --- a/Myshipping.Application/Service/TaskManagePlat/TaskManageTruckService.cs +++ b/Myshipping.Application/Service/TaskManagePlat/TaskManageTruckService.cs @@ -722,7 +722,7 @@ namespace Myshipping.Application /// /// 派车详情 /// 返回回执 - [HttpGet("/TaskManageTruck/SendDispatch")] + [HttpPost("/TaskManageTruck/SendDispatch")] public async Task SendDispatch([FromBody] TaskTruckDto info) { TaskManageOrderResultDto result = new TaskManageOrderResultDto();