From fdd7de7e0efb90b174c528c3f0a48cbaaaa7ce08 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 08 三月 2022 17:19:10 +0800 Subject: [PATCH] 备份 --- HDL_ON/DAL/DriverLayer/Control.cs | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/HDL_ON/DAL/DriverLayer/Control.cs b/HDL_ON/DAL/DriverLayer/Control.cs index 051b41d..5bcab7f 100644 --- a/HDL_ON/DAL/DriverLayer/Control.cs +++ b/HDL_ON/DAL/DriverLayer/Control.cs @@ -26,7 +26,7 @@ public class Control { - + static Control _control; public static Control Ins { @@ -866,7 +866,7 @@ if (receiveObj.Topic == CommunicationTopic.SearchLoaclGatewayReply || receiveObj.Topic == CommunicationTopic.GatewayBroadcast) { - + var bodyJObj = Newtonsoft.Json.JsonConvert.DeserializeObject<ResponsePack>(res[1]); if (bodyJObj == null) { @@ -980,7 +980,6 @@ var localFunction = allLocalFuntion.Find((obj) => obj.sid == updateTemp.sid); if (localFunction == null) { - MainPage.Log("鎵句笉鍒伴煶涔愭挱鏀惧櫒娣�=======" + revString); continue; } MainPage.Log(localFunction.name); @@ -1195,7 +1194,7 @@ case SPK.AvMusic: case SPK.MusicStandard: //UI.Music.MusicMain.mMusicMain.RefreshView(updateTemp); - Console.WriteLine("闊充箰鎾斁鍣ㄦ樉绀虹姸鎬�======="+ revString); + //Console.WriteLine("闊充箰鎾斁鍣ㄦ樉绀虹姸鎬�======="+ revString); //wjc break; } @@ -1237,7 +1236,7 @@ d.Add("homeId", DB_ResidenceData.Instance.CurrentRegion.id); d.Add("deviceId", doorlock.deviceId); var requestJson = HttpUtil.GetSignRequestJson(d); - HttpUtil.RequestHttpsPost("/home-wisdom/app/device/door/remoteOpen", requestJson); + var pack = HttpUtil.RequestHttpsPost("/home-wisdom/app/device/door/remoteOpen", requestJson); } } //瀵嗙爜鍐荤粨 @@ -1245,4 +1244,4 @@ #endregion } -} \ No newline at end of file +} -- Gitblit v1.8.0