shawenguan 1 year ago
parent
commit
94fc86c0f3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Scripts/telecom/cloud189Helper.js

+ 2 - 0
Scripts/telecom/cloud189Helper.js

@@ -394,6 +394,8 @@ async function tryJumpToUrl(url){
 function login(username, password){
     return new Promise(async (resolve, reject) => {
         let {url, cookie} = await getLoginUrlInfo();
+        magicJS.logger.error(url);
+        magicJS.logger.error(cookie);
         let extData = null;
         if(url){
             extData = await getLoginData(url, cookie);