From c66c48d4dd5cae28ad4e2356bdfe5bef6a6859b7 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:14:45 +0800 Subject: [PATCH] Update hyjk.js --- hyjk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyjk.js b/hyjk.js index 12bf534..beeba3a 100644 --- a/hyjk.js +++ b/hyjk.js @@ -73,7 +73,7 @@ class Task { } async signIn() { try { - let result = await this.taskRequest("post", `https://tuan.api.ybm100.com/miniapp/marketing/signActivity/signRecord`, JSON.stringify({ "actId": 5712, "sceneId": 6, "channelCode": "130" })) + let result = await this.taskRequest("post", `https://tuan.api.ybm100.com/miniapp/marketing/signActivity/sign`, JSON.stringify({ "actId": 5712, "sceneId": 6, "channelCode": "130" })) //console.log(options); //console.log(result); if (result.code == 0) {