mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-01 01:53:15 +08:00
fix: 参数对象
This commit is contained in:
2
backend/src/vendor/open-api.js
vendored
2
backend/src/vendor/open-api.js
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user