mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 16:18:59 +08:00
fix: 参数对象
This commit is contained in:
parent
391a5aa2e4
commit
e04217c50d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sub-store",
|
||||
"version": "2.14.227",
|
||||
"version": "2.14.228",
|
||||
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user