shawenguan hai 1 ano
pai
achega
b587adc937
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Scripts/pingan/pinganIkea.js

+ 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;