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() {
|
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user