Update wx_xlxyh.js

This commit is contained in:
smallfawn
2024-03-25 09:26:28 +08:00
committed by GitHub
parent ccc6d05076
commit e3764934d2

View File

@@ -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 = "") {
// //