shawenguan 1 жил өмнө
parent
commit
b587adc937

+ 1 - 1
Scripts/pingan/pinganIkea.js

@@ -254,7 +254,7 @@ async function getPageData() {
         headers: headers,
         body: body,
     };
-    let result = await magicJS.http.post(options).then(response => {
+    let result = await magicJS.http.get(options).then(response => {
         try {
             const body = response.body;
             let rspData = null;