From 8a56e6c5ac89f2efee7eff664234fba655c14f79 Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期三, 21 七月 2021 21:09:33 +0800 Subject: [PATCH] nothing --- 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