From db6f97a954a566020a7b61fc91ee3b88c972f91c Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 23 Jul 2025 14:27:52 +0800 Subject: [PATCH] 0 --- .../Controllers/TestController.cs | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Reportapi/MyCode.Project.WebApi/Controllers/TestController.cs b/Reportapi/MyCode.Project.WebApi/Controllers/TestController.cs index 8668a39..d83dee8 100644 --- a/Reportapi/MyCode.Project.WebApi/Controllers/TestController.cs +++ b/Reportapi/MyCode.Project.WebApi/Controllers/TestController.cs @@ -58,24 +58,24 @@ namespace MyCode.Project.WebApi.Controllers /// /// 抓WMS订单 /// - [HttpGet] - [AllowAnonymous] - public List GetList(DateTime now) - { - return _wMSService.GetList(now); - } + //[HttpGet] + //[AllowAnonymous] + //public List GetList(DateTime now) + //{ + // return _wMSService.GetList(now); + //} #endregion #region 合并吉客云订单到新表 /// /// 合并吉客云订单到新表 /// - [HttpGet] - [AllowAnonymous] - public string GetAndMergeJackYunOrder(string now) - { - return _jackYunTaskService.GetAndMergeJackYunOrder(now); - } + //[HttpGet] + //[AllowAnonymous] + //public string GetAndMergeJackYunOrder(string now) + //{ + // return _jackYunTaskService.GetAndMergeJackYunOrder(now); + //} #endregion