From 1bb2a53375ae3f3b54cc6b5a47f11027b0bb8b97 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期五, 25 十一月 2022 17:15:14 +0800 Subject: [PATCH] 生产订单新增 无列表 --- WebAPI/Web References/WebS/Reference.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs index f7edc13..074ab60 100644 --- a/WebAPI/Web References/WebS/Reference.cs +++ b/WebAPI/Web References/WebS/Reference.cs @@ -1077,7 +1077,8 @@ /// <remarks/> public WebService1() { - this.Url = global::WebAPI.Properties.Settings.Default.WebAPI_WebS_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