From fd86c12ce09afd1df139425b14e3ae2ad4a1e426 Mon Sep 17 00:00:00 2001 From: smallfawn <860562056@qq.com> Date: Fri, 28 Feb 2025 18:04:41 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=BF=AB=E6=89=8B=E6=9E=81=E9=80=9F?= =?UTF-8?q?=E7=89=88=E7=AD=BE=E5=88=B0.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 快手极速版签到.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/快手极速版签到.js b/快手极速版签到.js index 34aa52d..86d6ca0 100644 --- a/快手极速版签到.js +++ b/快手极速版签到.js @@ -151,7 +151,7 @@ class Task extends Public { "subBizId": subBizId, "taskId": taskId }; - let sig = await this.getSig56({}, data, 'post', 'json', this.cookkie) + let sig = await getSig56({}, data, 'post', 'json', this.cookkie) if (!sig) return $.log(`获取sig失败`); let options = { method: 'POST',