From 8155ab5b746dbbddb5084ca00fb44bf5c0ba16b2 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 21 Jun 2024 21:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyData.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyData.js b/SrcJyData.js index 259043f9..558d7b45 100644 --- a/SrcJyData.js +++ b/SrcJyData.js @@ -620,7 +620,7 @@ function getSsData(name, jkdata, page) { return []; } function getHtmlCode(ssurl, headers) { - let html = request(ssurl, { headers: headers, timeout: timeout }); + let html = fetch(ssurl, { headers: headers, timeout: timeout }); log(html); try { if (html.indexOf('检测中') != -1) {