From 651ea1dfa68f0302e1a4e051ce47dd03e5832dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=B2=E5=A8=9C=E8=B4=9Der?= <15891557205@163.com> Date: Mon, 11 Aug 2025 06:30:24 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!48=20:?= =?UTF-8?q?=20=E5=8A=A0=E5=AF=86=E7=9A=84=E6=95=B0=E6=8D=AE=E5=8E=9F?= =?UTF-8?q?=E5=A7=8B=E4=B8=8A=E4=BC=A0'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/api/request.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web-antd/src/api/request.ts b/apps/web-antd/src/api/request.ts index e76b3fb3..6c60b608 100644 --- a/apps/web-antd/src/api/request.ts +++ b/apps/web-antd/src/api/request.ts @@ -129,7 +129,6 @@ function createRequestClient(baseURL: string) { typeof config.data === 'object' ? encryptWithAes(JSON.stringify(config.data), aesKey) : encryptWithAes(config.data, aesKey); - config.headers['Content-Type'] = 'text/plain'; } return config; },