mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update wx_xlxyh.js
This commit is contained in:
23
wx_xlxyh.js
23
wx_xlxyh.js
@@ -30,17 +30,20 @@ class Task {
|
|||||||
|
|
||||||
async main() {
|
async main() {
|
||||||
await this.UserInfoApi();
|
await this.UserInfoApi();
|
||||||
await this.SignInApi()
|
if (this.ckStatus) {
|
||||||
await this.LuckDrawApi()
|
await this.SignInApi()
|
||||||
await this.ArticleListApi()
|
await this.LuckDrawApi()
|
||||||
if (this.articleId !== "") {
|
await this.ArticleListApi()
|
||||||
await this.ReadStartApi(this.articleId)
|
if (this.articleId !== "") {
|
||||||
await this.LikeApi(this.articleId)
|
await this.ReadStartApi(this.articleId)
|
||||||
await this.ShareApi(this.articleId)
|
await this.LikeApi(this.articleId)
|
||||||
$.log(`模拟阅读55s`)
|
await this.ShareApi(this.articleId)
|
||||||
await $.wait(55000)
|
$.log(`模拟阅读55s`)
|
||||||
await this.ReadEndApi(this.articleId)
|
await $.wait(55000)
|
||||||
|
await this.ReadEndApi(this.articleId)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
async taskRequest(method, url, body = "") {
|
async taskRequest(method, url, body = "") {
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user