Pre Merge pull request !50 from 玲娜贝er/revert-merge-48-dev
This commit is contained in:
commit
b8a80079eb
@ -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;
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user