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:
@@ -30,6 +30,7 @@ class Task {
|
||||
|
||||
async main() {
|
||||
await this.UserInfoApi();
|
||||
if (this.ckStatus) {
|
||||
await this.SignInApi()
|
||||
await this.LuckDrawApi()
|
||||
await this.ArticleListApi()
|
||||
@@ -42,6 +43,8 @@ class Task {
|
||||
await this.ReadEndApi(this.articleId)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
async taskRequest(method, url, body = "") {
|
||||
//
|
||||
let headers = {
|
||||
|
||||
Reference in New Issue
Block a user