From 38d0de26e99c1a163aca373ced0823f07eb85f15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Thu, 1 Dec 2022 17:01:15 +0800
Subject: [PATCH] update HttpHelper.cs
---
Infrastructure/Helper/HttpHelper.cs | 1 -
1 file changed, 1 deletion(-)
diff --git a/Infrastructure/Helper/HttpHelper.cs b/Infrastructure/Helper/HttpHelper.cs
index a42482b7..f9c042c3 100644
--- a/Infrastructure/Helper/HttpHelper.cs
+++ b/Infrastructure/Helper/HttpHelper.cs
@@ -109,7 +109,6 @@ namespace Infrastructure
///
///
///
- ///
///
public static async Task HttpGetAsync(string url, Dictionary headers = null)
{