Browse Source

撤回 Content-Type:

feature/x1-web-request
hyh 2 days ago
parent
commit
52b8da04c9
  1. 1
      src/X1.DynamicClientCore/Models/HttpRequestOptions.cs

1
src/X1.DynamicClientCore/Models/HttpRequestOptions.cs

@ -22,7 +22,6 @@ namespace X1.DynamicClientCore.Models
[JsonPropertyName("headers")]
public Dictionary<string, string> Headers { get; set; } = new()
{
["Content-Type"] = "application/json",
["Accept"] = "application/json"
};

Loading…
Cancel
Save