wei
2021-03-19 c7c61c603b16c0bf2582d81561bdfbe48ab9440c
HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -1792,6 +1792,7 @@
            d.Add("homeId", DB_ResidenceData.Instance.CurrentRegion.RegionID);
            d.Add("productPlatform", productPlatform);
            d.Add("productBrand", productBrand);
            d.Add("networkConfig", true);
            var requestJson = HttpUtil.GetSignRequestJson(d);
            return HttpUtil.RequestHttpsPostFroHome(NewAPI.Api_Post_GetDevcieList, requestJson);