This commit is contained in:
BianLzhaoMin 2025-12-16 16:47:57 +08:00
parent 46a34253ab
commit 2c84ce91c2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export const createHttpClient = ({ baseURL, clientTag, tokenSelector }) => {
} }
options.timeout = 60000 options.timeout = 60000
options[contentType] = '' // options[Content - Type] = ''
options.header = { options.header = {
...options.header, ...options.header,
} }