MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / run

Method run

wxapp/wps.js:589–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587 }
588
589 async run() {
590 $.log(`\n账号[${this.index}] ${mask(this.openid || this.cacheKey)}`);
591 await this.ensureLogin();
592 await this.loadClockConfig();
593 await this.userInfo();
594 await this.clockInfo();
595 await this.sign();
596 await this.browseTasks();
597 await this.lottery();
598 }
599}
600
601!(async () => {

Callers 1

wps.jsFile · 0.45

Calls 9

ensureLoginMethod · 0.95
loadClockConfigMethod · 0.95
userInfoMethod · 0.95
clockInfoMethod · 0.95
signMethod · 0.95
browseTasksMethod · 0.95
lotteryMethod · 0.95
maskFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected