From b1aab77cb4a9ed4a116e3005af00f860ee51e093 Mon Sep 17 00:00:00 2001 From: jhz <jhz@hz-kingdee.com> Date: 星期日, 27 十一月 2022 21:43:37 +0800 Subject: [PATCH] 新增其他出库扫描源单调用方法,重新引用WEBS --- WebAPI/WebAPI.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 6cfa500..82f4a72 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -956,10 +956,10 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://192.168.80.90:9090/WEBS/WebService1.asmx"> + <WebReferenceUrl Include="http://localhost/WEBS/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> - <UpdateFromURL>http://192.168.80.90:9090/WEBS/WebService1.asmx</UpdateFromURL> + <UpdateFromURL>http://localhost/WEBS/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> -- Gitblit v1.9.1