shawenguan 1 yıl önce
ebeveyn
işleme
cca9ff1a72
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)}`);