mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-15 15:01:14 +08:00
Update wx_xlxyh.js
This commit is contained in:
parent
ccc6d05076
commit
e3764934d2
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user