shawenguan 1 年之前
父节点
当前提交
c2236dc4f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/telecom/cloud189Helper.js

+ 1 - 1
Scripts/telecom/cloud189Helper.js

@@ -125,7 +125,7 @@ async function getLoginAccoutUrl(url){
         magicJS.http.get(options).then(resp => {
             const htmlText = resp.body;
             try {
-                magicJS.logger.info(`页面数据:${data}`);
+                magicJS.logger.info(`页面数据:${htmlText}`);
                 let urlMatch = htmlText.match(/<a id="j-tab-login-link"[^>]*href="([^"]+)"/); // 正则表达式匹配
                 if(urlMatch){
                     resolve(urlMatch[1]);