From 53cb68a803f0a3044d7563b1ec15e7a0fbd604a9 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 20 Dec 2022 22:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyXunmi.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyXunmi.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SrcJyXunmi.js b/SrcJyXunmi.js index 6521ec1c..140845b1 100644 --- a/SrcJyXunmi.js +++ b/SrcJyXunmi.js @@ -282,7 +282,9 @@ function xunmi(name,data,ishkss) { }; let html = request(ssurl, { headers: headers, timeout:timeout }); try{ + log(html); if (html.indexOf('检测中') != -1) { + log('过宝塔>'+ssurl + '&btwaf' + html.match(/btwaf(.*?)\"/)[1]); html = request(ssurl + '&btwaf' + html.match(/btwaf(.*?)\"/)[1], {headers: headers, timeout: timeout}); }else if (/页面已拦截/.test(html)) { html = fetchCodeByWebView(ssurl, { headers: headers, 'blockRules': ['.png', '.jpg'], timeout:timeout});