From 7e9ba99bf9eafd1db1dc3ee73f0f4fd0a6354e5e Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 27 Aug 2024 17:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJySet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJySet.js b/SrcJySet.js index 33a3534b..9f095482 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -650,7 +650,7 @@ function jiekou(data) { let apitype = getMyVar('apitype', ''); if(apiurl && apitype=="hipy_t3" && /^hiker|^file/.test(apiurl)){ log(fetch(apiurl)); - let code = getOriginalJs(fetch(apiurl)); + let code = getOriginalJs(request(apiurl, {'method': 'GET'})); log(code); log($.type(code)); writeFile(apiurl, code);