适配下游客户端API

This commit is contained in:
啊伊的伊阿
2025-06-23 21:33:49 +08:00
committed by GitHub
parent cde09541cf
commit 282780b791

View File

@@ -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