shawenguan 1 năm trước cách đây
mục cha
commit
cca9ff1a72
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)}`);