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

Method run

wxapp/ztkd.js:231–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229 }
230
231 async run() {
232 $.log(`\n========== ${APP.name} 账号[${this.index}] ${this.account.remark || this.account.openid || "token"} ==========`);
233 await this.login();
234 await this.queryPoints();
235 await this.querySignInfo("签到前");
236 await this.sign();
237 await this.querySignInfo("签到后");
238 }
239}
240
241(async () => {

Callers 1

ztkd.jsFile · 0.45

Calls 5

loginMethod · 0.95
queryPointsMethod · 0.95
querySignInfoMethod · 0.95
signMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected