From e71bc24daa8f00768787e18f5daba09128abfc62 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 29 4月 2025 10:59:40 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- HIAWms/server/src/CMS.Plugin.HIAWms/ProjectService/HIAWmsProjectService.cs | 21 +-------------------- 1 files changed, 1 insertions(+), 20 deletions(-) diff --git a/HIAWms/server/src/CMS.Plugin.HIAWms/ProjectService/HIAWmsProjectService.cs b/HIAWms/server/src/CMS.Plugin.HIAWms/ProjectService/HIAWmsProjectService.cs index 188e480..fcc707e 100644 --- a/HIAWms/server/src/CMS.Plugin.HIAWms/ProjectService/HIAWmsProjectService.cs +++ b/HIAWms/server/src/CMS.Plugin.HIAWms/ProjectService/HIAWmsProjectService.cs @@ -37,7 +37,7 @@ /// <summary> /// 鍚敤鎺堟潈 /// </summary> - public override bool AuthRequired => true; + public override bool AuthRequired => false; /// <summary> /// Initializes a new instance of the <see cref="HIAWmsProjectService"/> class. @@ -160,25 +160,6 @@ // await uow.SaveChangesAsync(); _logger.LogInformation($"ProcessAsync锛孋ount={count}"); - } - - /// <summary> - /// Executes the external API. - /// </summary> - private async Task ExecuteExternalApiAsync() - { - try - { - await _serviceProvider.GetRequiredService<IHIAWmsExternalApi>().CreateAsync(new WmsContainerCreateDto - { - Name = "WmsContainer_Name", - Code = "WmsContainer_Code", - }); - } - catch (Exception e) - { - _logger.LogException(e); - } } } } -- Gitblit v1.9.3