From 2c1411a48874e4033a538a9725f09c8465536fa8 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 28 八月 2023 19:03:51 +0800 Subject: [PATCH] 2023年08月28日19:03:29 --- HDL_ON/DAL/Server/HttpServerRequest.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/DAL/Server/HttpServerRequest.cs b/HDL_ON/DAL/Server/HttpServerRequest.cs index 4e6e381..25c2273 100644 --- a/HDL_ON/DAL/Server/HttpServerRequest.cs +++ b/HDL_ON/DAL/Server/HttpServerRequest.cs @@ -2288,7 +2288,7 @@ d.Add("actions", actionObjs); var requestJson = HttpUtil.GetSignRequestJson(d); - MainPage.Log($"api鍔熻兘鎺у埗锛歿requestJson}"); + MainPage.Log($"api鍙戦�佹帶鍒讹細{requestJson}"); return HttpUtil.RequestHttpsPostFroHome(NewAPI.Api_Post_ControlDevice, requestJson); } /// <summary> @@ -3404,7 +3404,7 @@ /// <param name="deviceId"></param> /// <param name="sound"></param> /// <returns></returns> - public ResponsePackNew SetDoorLockSystemSound(string deviceId,string sound) + public ResponsePackNew SetDoorLockSystemSound(string deviceId,int sound) { var d = new Dictionary<string, object>(); d.Add("homeId", DB_ResidenceData.Instance.CurrentRegion.id); @@ -3434,7 +3434,7 @@ /// <param name="deviceId"></param> /// <param name="volume"></param> /// <returns></returns> - public ResponsePackNew SetDoorBellTone(string deviceId, string volume) + public ResponsePackNew SetDoorBellTone(string deviceId, int volume) { var d = new Dictionary<string, object>(); d.Add("homeId", DB_ResidenceData.Instance.CurrentRegion.id); -- Gitblit v1.8.0