CrabtreeOn,印度客户定制APP,迁移2.0平台版本
wxr
2023-01-03 ed8b62c72831d92067369cc9abb35f1470b8e4d3
Crabtree/SmartHome/HDL/Common/HttpUtil/HttpServerRequest.cs
@@ -1024,6 +1024,21 @@
        }
        #endregion
        /// <summary>
        /// 申请设备密钥
        /// </summary>
        /// <param name="mac"></param>
        /// <returns></returns>
        public ResponsePackNew ApplyDeviceSecret (string mac)
        {
            Dictionary<string, object> d = new Dictionary<string, object> ();
            d.Add ("supplier", "HDL");
            d.Add ("mac", mac);
            d.Add ("spk", "BUSUDPGATEWAY");
            var requestJson = HttpUtil.GetSignRequestJson (d);
            return HttpUtil.RequestHttpsPostFroHome (NewAPI.Api_Post_ApplyDeviceSecret, requestJson);
        }
        //#region Kaede --设备功能——————————————————————————————————
        ///// <summary>
        ///// 获取设备列表