1
wxr
2023-08-23 c157f5a31db9878bfa4f0481378cbfc927e34074
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>