From 723208322689b903e7ed2e841f4b23bcc0516d70 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期四, 25 二月 2021 16:08:24 +0800
Subject: [PATCH] 调拨判断库存

---
 WebAPI/Web References/WebS/Reference.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index 6393bb1..99a7ea4 100644
--- a/WebAPI/Web References/WebS/Reference.cs
+++ b/WebAPI/Web References/WebS/Reference.cs
@@ -857,8 +857,7 @@
         
         /// <remarks/>
         public WebService1() {
-            //this.Url = "http://124.70.129.242/WEBS-WMS/WebService1.asmx";
-            this.Url = "http://127.0.0.1:9090/WEBS-WMS/WebService1.asmx";
+            this.Url = "http://124.70.129.242:9090/WEBS-WMS/WebService1.asmx";
             if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                 this.UseDefaultCredentials = true;
                 this.useDefaultCredentialsSetExplicitly = false;

--
Gitblit v1.9.1