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 |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/HDL_ON/DAL/Server/HttpServerRequest.cs b/HDL_ON/DAL/Server/HttpServerRequest.cs
index 731c865..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";
@@ -1202,7 +1199,6 @@
                     deviceName = OnAppConfig.Instance.PhoneName,
                     deviceType = deviceType,
                     produce = isProduce,
-
                 };
                 mAddpushinfoObj.languageType = Utlis.GetPostLanguageType();
 
@@ -1229,7 +1225,6 @@
                             return true;
                         }
                     }
-
                 }
                 else
                 {

--
Gitblit v1.8.0