From 25800159e4aaf50d6ae3bc6da4753a907c8e755f Mon Sep 17 00:00:00 2001
From: jingh <jingh@LAPTOP-I53VDLOO>
Date: 星期六, 07 八月 2021 16:48:45 +0800
Subject: [PATCH] delete dir
---
WebAPI/Web References/WebS/Reference.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index 42b52d4..7803c20 100644
--- a/WebAPI/Web References/WebS/Reference.cs
+++ b/WebAPI/Web References/WebS/Reference.cs
@@ -901,7 +901,7 @@
/// <remarks/>
public WebService1() {
- this.Url = global::WebAPI.Properties.Settings.Default.WebAPI_WebS_WebService1;
+ this.Url = System.Configuration.ConfigurationManager.AppSettings["sUrl"];
if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
this.UseDefaultCredentials = true;
this.useDefaultCredentialsSetExplicitly = false;
--
Gitblit v1.9.1