Pre Merge pull request !50 from 玲娜贝er/revert-merge-48-dev

This commit is contained in:
玲娜贝er 2025-08-11 06:30:37 +00:00 committed by Gitee
commit b8a80079eb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;
},