111
wei
2020-12-16 35a2888945bcf1b7ef6f34d30f1709b9c848fce6
HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -598,7 +598,7 @@
                            if (mHomeGatewayRes.Count > 0)
                            {
                                DB_ResidenceData.Instance.HomeGateway = mHomeGatewayRes[0];
                                if(mHomeGatewayRes[0].gatewayStatus == "ON_LINE")
                                if(mHomeGatewayRes[0].gatewayStatus)
                                {
                                    //DriverLayer.Control.Ins.IsRemote = true;
                                    DriverLayer.Control.Ins.GatewayOnline = true;
@@ -2030,6 +2030,7 @@
            if (GetType != "All")
            {
                d.Add("roomType", GetType);
                d.Add("pageSize", "10000");
            }
            var requestJson = HttpUtil.GetSignRequestJson(d);
            var pack = HttpUtil.RequestHttpsPostFroHome(NewAPI.Api_Post_GetRoomList, requestJson);