From 96b22db20a74963e39e490e94bf969cc60ef1b04 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期一, 12 五月 2025 17:45:49 +0800 Subject: [PATCH] 最新 --- StandardInterface/MES.Service/service/PLM/WarehouseDownloadDoc.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/StandardInterface/MES.Service/service/PLM/WarehouseDownloadDoc.cs b/StandardInterface/MES.Service/service/PLM/WarehouseDownloadDoc.cs index 748ea0a..5527dae 100644 --- a/StandardInterface/MES.Service/service/PLM/WarehouseDownloadDoc.cs +++ b/StandardInterface/MES.Service/service/PLM/WarehouseDownloadDoc.cs @@ -7,16 +7,16 @@ #region 1.鏍规嵁鏂囨。鐗╃悊鏂囦欢id鑾峰彇鏂囨。娴佹暟鎹� public class WarehouseDownloadDoc() { - private string _cloudUrl = "http://121.36.245.199/k3cloud"; - private string _warehouse = "http://192.168.30.251/CloudPLMWarehouse"; + private string _cloudUrl = "http://47.96.178.105/k3cloud"; + private string _warehouse = "http://183.129.128.254:8081/CloudPLMWarehouse"; #region 鏂囨。鏈嶅姟鍣ㄤ笂涓嬫枃 private string WarehouseCTX { get { - string json = "{\"ap1\":{ \"AcctID\":\"" + "61ce591aee4c5a" + "\",\"Username\":\"Administrator\",\"Password\":\"Yc123456@\",\"Lcid\":2052,\"AuthenticateType\":1,\"PasswordIsEncrypted\":\"false\",\"ClientInfo\":{\"ClientType\":8}}"; - var resp = GetResponse("http://121.36.245.199/k3cloud/Kingdee.BOS.ServiceFacade.ServicesStub.User.UserService.ValidateLoginInfo.common.kdsvc", json, new Dictionary<string, string>()); + string json = "{\"ap1\":{ \"AcctID\":\"" + "68044981e73323" + "\",\"Username\":\"骞挎繁\",\"Password\":\"gs@123456\",\"Lcid\":2052,\"AuthenticateType\":1,\"PasswordIsEncrypted\":\"false\",\"ClientInfo\":{\"ClientType\":8}}"; + var resp = GetResponse("http://47.96.178.105/k3cloud/Kingdee.BOS.ServiceFacade.ServicesStub.User.UserService.ValidateLoginInfo.common.kdsvc", json, new Dictionary<string, string>()); string ret = (new StreamReader(resp.GetResponseStream(), Encoding.UTF8)).ReadToEnd(); var result = JObject.Parse(ret)["Context"]; string token = result["UserToken"].ToString(); -- Gitblit v1.9.3