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)}`);