mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-12 12:30:42 +08:00
A
This commit is contained in:
parent
7c568a6668
commit
9abdca67e5
@ -39,8 +39,8 @@ class Task extends Public {
|
|||||||
this.index = $.userIdx++
|
this.index = $.userIdx++
|
||||||
let user = env.split("#");
|
let user = env.split("#");
|
||||||
this.cookkie = user[0];
|
this.cookkie = user[0];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
async getSig(l, data) {
|
async getSig(l, data) {
|
||||||
let url = 'http://yi100.top:5666/s3'
|
let url = 'http://yi100.top:5666/s3'
|
||||||
@ -112,7 +112,8 @@ class Task extends Public {
|
|||||||
|
|
||||||
async run() {
|
async run() {
|
||||||
|
|
||||||
|
$.log(`随机延迟5-10分钟`)
|
||||||
|
await $.wait(Math.floor(Math.random() * 600000) + 300000)
|
||||||
await this.openbox()
|
await this.openbox()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -206,6 +206,9 @@ class Task extends Public {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
async run() {
|
async run() {
|
||||||
|
//随机延迟5-10分钟
|
||||||
|
$.log(`随机延迟5-10分钟`)
|
||||||
|
await $.wait(Math.floor(Math.random() * 600000) + 300000)
|
||||||
|
|
||||||
|
|
||||||
await this.signIn()
|
await this.signIn()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user