shawenguan 2 лет назад
Родитель
Сommit
5e210dd5e6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Scripts/jhsh/jhshHelper.js

+ 2 - 2
Scripts/jhsh/jhshHelper.js

@@ -115,7 +115,7 @@ async function all() {
             continue;
         }
         await checkSignIn(loginInfoObj, signInActObj);//签到
-        await lk.wait(1000 * 3);
+        // await lk.wait(1000 * 3);
     }
     lk.msg('');
     lk.done();
@@ -174,7 +174,7 @@ async function refreshLogin(loginInfo) {
                     lk.log(`${result?.errMsg}`);
                 } else {
                     const set_cookie = response.headers['set-cookie'] || response.headers['Set-cookie'] || response.headers['Set-Cookie'];
-                    // lk.log('set_cookie='+set_cookie);
+                    lk.log('set_cookie='+set_cookie);
                     // 数据持久化
                     let obj = JSON.stringify(set_cookie);
                     let new_cookie = obj.match(/SESSION=([a-f0-9-]+);/);