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() {
|
||||
await this.UserInfoApi();
|
||||
await this.SignInApi()
|
||||
await this.LuckDrawApi()
|
||||
await this.ArticleListApi()
|
||||
if (this.articleId !== "") {
|
||||
await this.ReadStartApi(this.articleId)
|
||||
await this.LikeApi(this.articleId)
|
||||
await this.ShareApi(this.articleId)
|
||||
$.log(`模拟阅读55s`)
|
||||
await $.wait(55000)
|
||||
await this.ReadEndApi(this.articleId)
|
||||
if (this.ckStatus) {
|
||||
await this.SignInApi()
|
||||
await this.LuckDrawApi()
|
||||
await this.ArticleListApi()
|
||||
if (this.articleId !== "") {
|
||||
await this.ReadStartApi(this.articleId)
|
||||
await this.LikeApi(this.articleId)
|
||||
await this.ShareApi(this.articleId)
|
||||
$.log(`模拟阅读55s`)
|
||||
await $.wait(55000)
|
||||
await this.ReadEndApi(this.articleId)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
async taskRequest(method, url, body = "") {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user