mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update didi.js
This commit is contained in:
6
didi.js
6
didi.js
@@ -197,6 +197,7 @@ class Task {
|
|||||||
async plant_newEnter() {
|
async plant_newEnter() {
|
||||||
let body = {
|
let body = {
|
||||||
platform: 1,
|
platform: 1,
|
||||||
|
game_id: 23,
|
||||||
token:
|
token:
|
||||||
this.ck
|
this.ck
|
||||||
};
|
};
|
||||||
@@ -296,6 +297,7 @@ class Task {
|
|||||||
let body = {
|
let body = {
|
||||||
status: true,
|
status: true,
|
||||||
game_id: 23,
|
game_id: 23,
|
||||||
|
platform: 1,
|
||||||
token:
|
token:
|
||||||
this.ck,
|
this.ck,
|
||||||
};
|
};
|
||||||
@@ -318,6 +320,8 @@ class Task {
|
|||||||
async plant_sign() {
|
async plant_sign() {
|
||||||
try {
|
try {
|
||||||
let body = {
|
let body = {
|
||||||
|
platform: 1,
|
||||||
|
game_id: 23,
|
||||||
token:
|
token:
|
||||||
this.ck,
|
this.ck,
|
||||||
}
|
}
|
||||||
@@ -338,6 +342,8 @@ class Task {
|
|||||||
|
|
||||||
async plant_newWatering() {
|
async plant_newWatering() {
|
||||||
let body = {
|
let body = {
|
||||||
|
platform: 1,
|
||||||
|
game_id: 23,
|
||||||
token:
|
token:
|
||||||
this.ck,
|
this.ck,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user