shawenguan hace 1 año
padre
commit
faf9ee5f57
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Scripts/hbcpre/hbcpreOrder.js

+ 1 - 0
Scripts/hbcpre/hbcpreOrder.js

@@ -779,6 +779,7 @@ async function hbRequest(config, data) {
     } else {
         url = `${url}?${magicJS.objToQueryStr(data)}`;
     }
+    MagicJS.logger.error(url);
     let options = {
         url: url,
         headers: headers,