From 7837c082fffb594c22269e7557b3dae32fe280f1 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 17 三月 2023 15:47:31 +0800 Subject: [PATCH] 1 --- ExportMap/cs/ExportUtil.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/ExportUtil.cs b/ExportMap/cs/ExportUtil.cs index 1663669..d7534a2 100644 --- a/ExportMap/cs/ExportUtil.cs +++ b/ExportMap/cs/ExportUtil.cs @@ -218,7 +218,6 @@ /// <returns>鏁版嵁</returns> public static string GetData(string url) { - Uri uri = new Uri(url); HttpWebRequest request = (HttpWebRequest)WebRequest.Create(uri); request.Method = "GET"; -- Gitblit v1.9.3