HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -22,13 +22,10 @@ var sss = Newtonsoft.Json.Linq.JObject.FromObject("sss"); var xxx = homeJsonStr.GetValue("xxx").ToString(), Dictionary<string, object> d = new Dictionary<string, object>(); d.Add("Id", fId); var jsonString = Newtonsoft.Json.JsonConvert.SerializeObject(d); */ Dictionary<string, object> d = new Dictionary<string, object>(); d.Add("Id", fId); var jsonString = Newtonsoft.Json.JsonConvert.SerializeObject(d); */ string severAddress = "https://global.hdlcontrol.com/ProposedProductionApi";