From 5f1c28ec9fabcbbaf8355c9943635f9170362c34 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 23 Mar 2024 22:29:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index f7d62e1c..e3f8df3d 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -902,7 +902,7 @@ function sousuo2(d, disk) { let oldtime = JYresou.updatetime || 0; if(list.length==0 || nowtime > (oldtime+24*60*60*1000)){ try{ - let html = request("https://api.web.360kan.com/v1/rank?cat="+fenleiid[ids]); + let html = request("https://api.web.360kan.com/v1/rank?cat="+fenleiid[ids], {timeout: 3000}); list = JSON.parse(html).data; resoudata[fenlei[ids]] = list; JYresou['data'] = resoudata;