wxr
2022-11-10 bf3d64379bdf4424394103b31531a25d30be85d8
HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -1371,6 +1371,9 @@
        /// </summary>
        public void GetCityWeatherInfo(string lon, string lat)
        {
            MainPage.cityInfo.lon = lon;
            MainPage.cityInfo.lat = lat;
            System.Threading.Tasks.Task.Run(() =>
            {
                while (true)