shawenguan 1 rok pred
rodič
commit
cca9ff1a72
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Scripts/quark/quarkHelper.js

+ 1 - 1
Scripts/quark/quarkHelper.js

@@ -74,7 +74,7 @@ async function getAccountInfo(cookie){
         },
         body: ``,
     };
-    return await magicJS.http.get(options).then(response => {
+    return await magicJS.http.post(options).then(response => {
         try {
             const body = response.body;
             magicJS.logger.log(`${JSON.stringify(body)}`);