回退 'Pull Request !48 : 加密的数据原始上传'

master
玲娜贝er 5 months ago committed by Gitee
parent 1912b49c21
commit 651ea1dfa6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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…
Cancel
Save