From 52b8da04c912e1737b67fa73e161b7e7e2617263 Mon Sep 17 00:00:00 2001 From: hyh Date: Fri, 1 Aug 2025 10:57:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E5=9B=9E=20Content-Type:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/X1.DynamicClientCore/Models/HttpRequestOptions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/X1.DynamicClientCore/Models/HttpRequestOptions.cs b/src/X1.DynamicClientCore/Models/HttpRequestOptions.cs index 3d2b782..1562635 100644 --- a/src/X1.DynamicClientCore/Models/HttpRequestOptions.cs +++ b/src/X1.DynamicClientCore/Models/HttpRequestOptions.cs @@ -22,7 +22,6 @@ namespace X1.DynamicClientCore.Models [JsonPropertyName("headers")] public Dictionary Headers { get; set; } = new() { - ["Content-Type"] = "application/json", ["Accept"] = "application/json" };