wxr
2022-10-26 23ad902a6844438966d48deb25a89614c6ee5477
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)