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,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 = {