wxr
2021-12-15 e71c57108e6dd407c2c6f0361f68150f2ff9aed5
SiriIntents/Server/HttpServerRequest.cs
@@ -85,7 +85,7 @@
        /// <summary>
        /// 设置安防防区状态
        /// </summary>
        public ResponsePackNew SetSecurityStatus(List<object> securityStates)
        public string SetSecurityStatus(object securityStates)
        {
            Dictionary<string, object> d = new Dictionary<string, object>();
            d.Add("homeId", DataManager.HomeId);
@@ -93,7 +93,7 @@
            var requestJson = HttpUtil.GetSignRequestJson(d);
            var pack = HttpUtil.RequestHttpsPostFroHome(
                NewAPI.Api_Post_Security_StatusSet, requestJson);
            return pack;
            return pack.Code;
        }