shawenguan hai 1 ano
pai
achega
221b0e3739
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Scripts/hbcpre/hbcpreOrder.js

+ 1 - 0
Scripts/hbcpre/hbcpreOrder.js

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