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 };