shawenguan 1 ano atrás
pai
commit
87580a60ae
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      Scripts/elife/ofpayGrab.js

+ 1 - 2
Scripts/elife/ofpayGrab.js

@@ -574,14 +574,13 @@ async function getIndexLogin(loginParams){
                 body: body
             };
             lk.log(`请求首页数据`);
-            lk.log(loginParams);
             lk.get(options, async (error, _response, data) => {
                 try {
                     if (error) {
                         lk.log(`请求首页数据发生错误`);
                         lk.execFail();
                     } else {
-                        lk.log(data);
+                        // lk.log(data);
                     }
                 } catch (e) {
                     lk.log(`请求首页数据发生错误`);