From dcbb1bd3499f2b90cc2a9457959c1f4dcab714a1 Mon Sep 17 00:00:00 2001
From: ouyangqing <ouyangqing@DESKTOP-B85SG1D>
Date: 星期四, 25 二月 2021 22:41:55 +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