fix: 参数对象

This commit is contained in:
xream
2024-02-23 20:15:37 +08:00
parent 391a5aa2e4
commit e04217c50d
2 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ export function HTTP(defaultOptions = { baseURL: '' }) {
? eval("require('request')")
: $httpClient;
request[method.toLowerCase()](
options,
JSON.parse(JSON.stringify(options)),
(err, response, body) => {
// if (err) {
// console.log(err);