shawenguan hace 1 año
padre
commit
b587adc937
Se han modificado 1 ficheros con 1 adiciones y 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;