shawenguan 1 年之前
父節點
當前提交
cca9ff1a72
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)}`);