From 16f038a45b44ca59ef80bf51b2f589d5a655915e Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期五, 26 三月 2021 11:05:55 +0800
Subject: [PATCH] nothing

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

diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index 6393bb1..b2e5ee5 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;
@@ -30710,7 +30709,7 @@
         private string hInnerBillNoField;
         
         private bool hRedBlueFlagField;
-        
+
         /// <remarks/>
         public string HDateForWeb {
             get {

--
Gitblit v1.9.1