From e76381c3393d284f3f8ab61930cb6b71f18b2d6b Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 13 八月 2024 14:43:43 +0800
Subject: [PATCH] 金茂定制热水器,光伏储能,UI完成

---
 HDL_ON/DAL/Server/HttpServerRequest.cs |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/HDL_ON/DAL/Server/HttpServerRequest.cs b/HDL_ON/DAL/Server/HttpServerRequest.cs
index 650c11b..c4aab5a 100644
--- a/HDL_ON/DAL/Server/HttpServerRequest.cs
+++ b/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";

--
Gitblit v1.8.0