From 06a77419cc1cd96a2d20f9d6ac0d2110fc0aed0c Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 12 Feb 2023 13:13:56 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SrcJyAlist.js b/SrcJyAlist.js index d89fa35d..b99f3d41 100644 --- a/SrcJyAlist.js +++ b/SrcJyAlist.js @@ -31,7 +31,9 @@ function yiji() { }) if (datalist.length > 0) { let listapi = getMyVar('Alistapi', datalist[0]) + "/api/fs/list"; - + let html = fetch(listapi, {body: {"path":"","password":""},method:'POST'}); + let json = JSON.parse(html); + log(json); } setResult(d); } \ No newline at end of file