@ -982,6 +982,9 @@ async function gotStageAwardForFarm(type) {
|
||||
}
|
||||
//浇水API
|
||||
async function waterGoodForFarm() {
|
||||
await $.wait(1000);
|
||||
console.log('等待了1秒');
|
||||
|
||||
const functionId = arguments.callee.name.toString();
|
||||
$.waterResult = await request(functionId);
|
||||
}
|
||||
@ -991,7 +994,7 @@ async function initForTurntableFarm() {
|
||||
}
|
||||
async function lotteryForTurntableFarm() {
|
||||
await $.wait(2000);
|
||||
console.log('等待了5秒')
|
||||
console.log('等待了2秒');
|
||||
$.lotteryRes = await request(arguments.callee.name.toString(), {type: 1, version: 4, channel: 1});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user