From 1ed904c2c048a2c2676c72ec9db6a09c766a07af Mon Sep 17 00:00:00 2001 From: jianweie code Date: Sun, 7 Apr 2024 16:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BB=A3=E7=90=86=E5=95=86=E5=9B=A2=E9=98=9F=E6=88=90?= =?UTF-8?q?=E5=91=98=E7=BB=9F=E8=AE=A1=E6=95=B0=E9=87=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Web.WebApi/Controllers/AgentController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Web.WebApi/Controllers/AgentController.cs b/CoreCms.Net.Web.WebApi/Controllers/AgentController.cs index 84b4d110..9e8bc12c 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/AgentController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/AgentController.cs @@ -272,10 +272,10 @@ namespace CoreCms.Net.Web.WebApi.Controllers jm.status = true; jm.data = new { - count = first + monthFirst, + count = first, first, second, - monthCount = second + monthSecond, + monthCount = monthFirst, monthFirst, monthSecond };