From 270b3d8539f6b4a991a9ebf3b3a9eceb436d61d5 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期四, 28 十月 2021 17:08:02 +0800 Subject: [PATCH] 自动化地址问题修复 --- HDL-ON_iOS/Main.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL-ON_iOS/Main.cs b/HDL-ON_iOS/Main.cs index 8ebc107..1c6b56e 100644 --- a/HDL-ON_iOS/Main.cs +++ b/HDL-ON_iOS/Main.cs @@ -16,7 +16,7 @@ try { Shared.Application.LocationAction = null; - new HttpServerRequest().GetCityInfo(lon.ToString(), lat.ToString()); + new HttpServerRequest().GetCityWeatherInfo(lon.ToString(), lat.ToString()); } catch(Exception ex) { -- Gitblit v1.8.0