new some code
Some checks failed
Update README Table / update-readme (push) Has been cancelled

This commit is contained in:
smallfawn 2026-05-14 17:47:57 +08:00
parent 6b188fa835
commit 19322d4e9f
8 changed files with 17 additions and 9 deletions

View File

@ -47,7 +47,8 @@ class Task {
}
async run() {
//随机延迟5-30s 模拟人工操作
await $.wait(Math.floor(Math.random() * 20 + 5) * 1000);
let { data: codeRes } = await wechat.getCode(this.wcsid)
if (codeRes.status) {
await this.getUserToken(codeRes.data.code)

View File

@ -49,7 +49,8 @@ class Task {
}
async run() {
//随机延迟5-30s 模拟人工操作
await $.wait(Math.floor(Math.random() * 20 + 5) * 1000);
let { data: codeRes } = await wechat.getCode(this.wcsid)
if (codeRes.status) {
await this.getUserToken(codeRes.data.code)
@ -222,7 +223,7 @@ class Task {
await new Task(user).run();
}
} else {
$.log(`${ckName}未配置微信SERVER配置 搭建可看仓库目录下的readme.md❌`)
return
}

View File

@ -48,7 +48,8 @@ class Task {
}
async run() {
//随机延迟5-30s 模拟人工操作
await $.wait(Math.floor(Math.random() * 20 + 5) * 1000);
let { data: codeRes } = await wechat.getCode(this.wcsid)
if (codeRes.status) {
await this.getUserToken(codeRes.data.code)

View File

@ -47,7 +47,8 @@ class Task {
}
async run() {
//随机延迟5-30s 模拟人工操作
await $.wait(Math.floor(Math.random() * 20 + 5) * 1000);
let { data: codeRes } = await wechat.getCode(this.wcsid)
if (codeRes.status) {
await this.getUserToken(codeRes.data.code)

View File

@ -49,7 +49,8 @@ class Task {
}
async run() {
//随机延迟5-30s 模拟人工操作
await $.wait(Math.floor(Math.random() * 20 + 5) * 1000);
let { data: codeRes } = await wechat.getCode(this.wcsid)
if (codeRes.status) {
await this.getUserToken(codeRes.data.code)

View File

@ -47,7 +47,8 @@ class Task {
}
async run() {
//随机延迟5-30s 模拟人工操作
await $.wait(Math.floor(Math.random() * 20 + 5) * 1000);
let { data: codeRes } = await wechat.getCode(this.wcsid)
if (codeRes.status) {
await this.getUserToken(codeRes.data.code)

View File

@ -47,7 +47,8 @@ class Task {
}
async run() {
//随机延迟5-30s 模拟人工操作
await $.wait(Math.floor(Math.random() * 20 + 5) * 1000);
let { data: codeRes } = await wechat.getCode(this.wcsid)
if (codeRes.status) {
await this.getUserToken(codeRes.data.code)

View File

@ -48,7 +48,8 @@ class Task {
}
async run() {
//随机延迟5-30s 模拟人工操作
await $.wait(Math.floor(Math.random() * 20 + 5) * 1000);
let { data: codeRes } = await wechat.getCode(this.wcsid)
if (codeRes.status) {
await this.getUserToken(codeRes.data.code)