From 6033c4ccac427df09866a516dc685c19d612f1c4 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:59:26 +0800 Subject: [PATCH] Update didi.js --- didi.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/didi.js b/didi.js index 95fcd5f..d7a751f 100644 --- a/didi.js +++ b/didi.js @@ -197,6 +197,7 @@ class Task { async plant_newEnter() { let body = { platform: 1, + game_id: 23, token: this.ck }; @@ -296,6 +297,7 @@ class Task { let body = { status: true, game_id: 23, + platform: 1, token: this.ck, }; @@ -318,6 +320,8 @@ class Task { async plant_sign() { try { let body = { + platform: 1, + game_id: 23, token: this.ck, } @@ -338,6 +342,8 @@ class Task { async plant_newWatering() { let body = { + platform: 1, + game_id: 23, token: this.ck, }