mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-12 04:59:03 +08:00
fix: 参数对象
This commit is contained in:
parent
391a5aa2e4
commit
e04217c50d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sub-store",
|
"name": "sub-store",
|
||||||
"version": "2.14.227",
|
"version": "2.14.228",
|
||||||
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"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')")
|
? eval("require('request')")
|
||||||
: $httpClient;
|
: $httpClient;
|
||||||
request[method.toLowerCase()](
|
request[method.toLowerCase()](
|
||||||
options,
|
JSON.parse(JSON.stringify(options)),
|
||||||
(err, response, body) => {
|
(err, response, body) => {
|
||||||
// if (err) {
|
// if (err) {
|
||||||
// console.log(err);
|
// console.log(err);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user