From 7bc1a0a3d3f00e50af0c599c5d2b5ec00bfa6610 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期三, 23 十一月 2022 10:16:18 +0800 Subject: [PATCH] 修改了 采购入库条码解析方法 --- WebAPI/WebAPI.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 2d2d391..203209e 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -953,10 +953,10 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://192.168.63.195/WEBS-WMS/WebService1.asmx"> + <WebReferenceUrl Include="http://192.168.80.90:9090/WEBS/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> - <UpdateFromURL>http://192.168.63.195/WEBS-WMS/WebService1.asmx</UpdateFromURL> + <UpdateFromURL>http://192.168.80.90:9090/WEBS/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> -- Gitblit v1.9.1