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