shawenguan 1 년 전
부모
커밋
b587adc937
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;