From 0237be9be4d9f9cb950e0c98ab04220eac866359 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期五, 17 六月 2022 11:32:06 +0800
Subject: [PATCH] nothing

---
 WebAPI/InvokeHelper.cs |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/WebAPI/InvokeHelper.cs b/WebAPI/InvokeHelper.cs
index 92f048c..b1fa767 100644
--- a/WebAPI/InvokeHelper.cs
+++ b/WebAPI/InvokeHelper.cs
@@ -12,9 +12,9 @@
     {
         //private static string CloudUrl = "http://localhost/k3cloud/";//K/3 Cloud 涓氬姟绔欑偣鍦板潃
         //private static string CloudUrl = "http://60.190.4.42:9002/k3cloud/";//K/3 Cloud 涓氬姟绔欑偣鍦板潃
-        private static string CloudUrl = "http://47.96.97.237/k3cloud/";//K/3 Cloud 涓氬姟绔欑偣鍦板潃
+        //private static string CloudUrl = "http://47.96.97.237/k3cloud/";//K/3 Cloud 涓氬姟绔欑偣鍦板潃
         //private static string CloudUrl = "http://60.190.4.42:9002/K3CLOUD/";//澶忓疂
-        //private static string CloudUrl = "http://124.70.129.242/k3cloud/";//闆呯惇璇�
+        private static string CloudUrl = "http://124.70.129.242/k3cloud/";//闆呯惇璇�
 
         /// <summary>
         /// 鐧婚檰
@@ -25,9 +25,6 @@
             var useName = Util.GetConfigKey(AppDomain.CurrentDomain.BaseDirectory + "/Config/kdapi.config", "UserName");
             var pwd = Util.GetConfigKey(AppDomain.CurrentDomain.BaseDirectory + "/Config/kdapi.config", "PassWord");
             var CloudUrl = Util.GetConfigKey(AppDomain.CurrentDomain.BaseDirectory + "/Config/kdapi.config", "KDApiUrl");
-            //var url = GetKey(AppDomain.CurrentDomain.SetupInformation.ApplicationBase + "/kdapi.config", "KDApiUrl");
-            //var loginResult = ValidateLogin(dbId, useName, pwd, 2052);
-            //var resultType = JObject.Parse(loginResult)["LoginResultType"].Value<int>();
             HttpClient httpClient = new HttpClient();
             httpClient.Url = string.Concat(CloudUrl, "Kingdee.BOS.WebApi.ServicesStub.AuthService.ValidateUser.common.kdsvc");
 

--
Gitblit v1.9.1