update HttpHelper.cs

This commit is contained in:
不做码农 2022-12-01 17:01:15 +08:00
parent ef9379811d
commit 38d0de26e9

View File

@ -109,7 +109,6 @@ namespace Infrastructure
/// </summary> /// </summary>
/// <param name="url"></param> /// <param name="url"></param>
/// <param name="headers"></param> /// <param name="headers"></param>
/// <param name="contentType"></param>
/// <returns></returns> /// <returns></returns>
public static async Task<string> HttpGetAsync(string url, Dictionary<string, string> headers = null) public static async Task<string> HttpGetAsync(string url, Dictionary<string, string> headers = null)
{ {