From 282780b79116cf8fa1666a9790cb025f5dbb5a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=8A=E4=BC=8A=E7=9A=84=E4=BC=8A=E9=98=BF?= <150233177+Ayideyia@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E4=B8=8B=E6=B8=B8=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AFAPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/vendor/open-api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/vendor/open-api.js b/backend/src/vendor/open-api.js index 00315e7..f71ed34 100644 --- a/backend/src/vendor/open-api.js +++ b/backend/src/vendor/open-api.js @@ -484,6 +484,7 @@ export function HTTP(defaultOptions = { baseURL: '' }) { url: options.url, headers: options.headers, body: options.body, + autoTransformBody: false, options: { Proxy: options.proxy, Timeout: options.timeout