mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 21:50:44 +08:00
Update wx_xlxyh.js
This commit is contained in:
parent
ccc6d05076
commit
e3764934d2
@ -30,6 +30,7 @@ class Task {
|
|||||||
|
|
||||||
async main() {
|
async main() {
|
||||||
await this.UserInfoApi();
|
await this.UserInfoApi();
|
||||||
|
if (this.ckStatus) {
|
||||||
await this.SignInApi()
|
await this.SignInApi()
|
||||||
await this.LuckDrawApi()
|
await this.LuckDrawApi()
|
||||||
await this.ArticleListApi()
|
await this.ArticleListApi()
|
||||||
@ -42,6 +43,8 @@ class Task {
|
|||||||
await this.ReadEndApi(this.articleId)
|
await this.ReadEndApi(this.articleId)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
async taskRequest(method, url, body = "") {
|
async taskRequest(method, url, body = "") {
|
||||||
//
|
//
|
||||||
let headers = {
|
let headers = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user