From 9f315f3eab46ebc69370a3f8c1f9311673414a0e Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 12 Feb 2023 15:32:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyAlist.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyAlist.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SrcJyAlist.js b/SrcJyAlist.js index dd7d86e5..49633fca 100644 --- a/SrcJyAlist.js +++ b/SrcJyAlist.js @@ -19,8 +19,11 @@ function gethtml(api,path,password) { try{ log(api); path = path || ""; + log(path); password = password || ""; + log(password); let html = fetch(api, {body: {"path":path,"password":password},method:'POST'}); + log(html); return html; }catch(e){ return "";