From b3570b73f18a10e5cf504dc7c27125c558287c4f Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 10 Mar 2023 21:37:00 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SrcJyAlist.js b/SrcJyAlist.js index 2484cd32..77e7a5aa 100644 --- a/SrcJyAlist.js +++ b/SrcJyAlist.js @@ -989,6 +989,8 @@ function getAliUrl(share_id, file_id, alitoken) { "modelName": "Windows网页版", "pubKey": public_key, } + log(signature) + log(public_key) if (signature && public_key) { let req = JSON.parse(request("https://api.aliyundrive.com/users/v1/users/device/create_session", { headers: headers, body: data, timeout: 3000 })); if (req.success) {