wei
2021-03-17 7083d7dd627f2094827f7088e5646b0309b02d2d
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);