wxr
2020-09-25 6d3ba9484472d090532434e53667c096652149ce
HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -31,14 +31,11 @@
              */
        public string relaseaSever = "https://global.hdlcontrol.com/HangZhouHdlCloudApi";
        public string debugSever = "https://global.hdlcontrol.com/ProposedProductionApi";
        string severAddress;
        string severAddress = "https://global.hdlcontrol.com/ProposedProductionApi";
        public HttpServerRequest()
        {
            severAddress = relaseaSever;
        }
        /// <summary>
@@ -180,7 +177,7 @@
                                "\"Account\":" + "\"" + account + "\"" + "," +
                                "\"Company\":" + MainPage.Company + "," +
                                "\"Language\":" + "\"" + Language.CurrentLanguage.ToLower() + "\"" + "," +
                                "\"AreaCode\":" + OnAppConfig.Instance.CountryNumber +
                                "\"AreaCode\":" + MainPage.LoginUser.areaCode +
                                "}";
            return RequestHttps($"{severAddress}/ZigbeeUsers/RegisterSendVerCode", jsonString, false);