소스 검색

修改测试

shawenguan 1 년 전
부모
커밋
81aadb543e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Scripts/elife/ofpayGrab.js

+ 4 - 0
Scripts/elife/ofpayGrab.js

@@ -469,6 +469,10 @@ async function checkRefreshToken(){
         }
         let headers = response.headers;
         lk.log("######response######");
+        for(let k in headers){
+            lk.log(k);
+            lk.log(headers[k]);
+        }
         if(headers['Set-Cookie']){
             let newAuthorization = null;
             let cookieStr = headers['Set-Cookie'];