|
@@ -541,6 +541,7 @@ async function openUrl(url, headers){
|
|
|
};
|
|
};
|
|
|
let result = await magicJS.http.get(options).then(response => {
|
|
let result = await magicJS.http.get(options).then(response => {
|
|
|
try {
|
|
try {
|
|
|
|
|
+ magicJS.logger.info(JSON.stringify(response));
|
|
|
const body = response.body;
|
|
const body = response.body;
|
|
|
magicJS.logger.info(body);
|
|
magicJS.logger.info(body);
|
|
|
return body;
|
|
return body;
|