shawenguan há 1 ano atrás
pai
commit
c7303b31ff
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Scripts/telecom/cloud189Helper.js

+ 1 - 0
Scripts/telecom/cloud189Helper.js

@@ -650,6 +650,7 @@ async function getLoginScanUrl(url){
             const htmlText = resp.body;
             try {
                 magicJS.logger.info(`页面数据:${htmlText}`);
+                magicJS.logger.info(`响应头部:${JSON.stringify(resp.headers)}`);
                 let urlMatch = htmlText.match(/saomaurl=([\s\S]*)/); // 正则表达式匹配
                 if(urlMatch){
                     resolve(urlMatch[1]);