From 23518b1198cfb79c5a8f9d7d7921fb888c48a692 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期二, 11 二月 2025 11:52:31 +0800 Subject: [PATCH] no message --- CoreCms.Net.Web.WebApi/Controllers/CyinOsAPI/CyDriverController.cs | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CoreCms.Net.Web.WebApi/Controllers/CyinOsAPI/CyDriverController.cs b/CoreCms.Net.Web.WebApi/Controllers/CyinOsAPI/CyDriverController.cs index ffe5286..ac30a01 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/CyinOsAPI/CyDriverController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/CyinOsAPI/CyDriverController.cs @@ -145,11 +145,8 @@ public async Task<WebApiCallBack> FinishDeliverOrder(FMStringId entity) { - return new WebApiCallBack - { - status = true, - data = await _cyinOAService.FinishDeliverOrdeOfDrver(entity) - }; + return await _cyinOAService.FinishDeliverOrdeOfDrver(entity); + } -- Gitblit v1.9.1