chore: 去掉代理

This commit is contained in:
姚彪
2023-12-12 00:21:51 +08:00
parent 5d11d9da7c
commit df5160cfa3

View File

@@ -75,8 +75,6 @@ internal static class WebClient
}
}
request.Proxy = new WebProxy("http://localhost:8080");
string html = string.Empty;
using (HttpWebResponse response = (HttpWebResponse)request.GetResponse())
{