MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / run

Method run

wxapp/txdt.js:332–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330 }
331
332 async run() {
333 $.log(`\n========== ${APP.name} 账号[${this.index}] ${this.account.remark || this.account.openid} ==========`);
334 await this.miniLogin();
335 await this.queryUser();
336 await this.queryBalance("签到前现金余额");
337 await this.queryAssets();
338 await this.checkin();
339 await this.queryBalance("签到后现金余额");
340 await this.queryCalendar("签到后");
341 }
342}
343
344(async () => {

Callers 1

txdt.jsFile · 0.45

Calls 7

miniLoginMethod · 0.95
queryUserMethod · 0.95
queryBalanceMethod · 0.95
queryAssetsMethod · 0.95
checkinMethod · 0.95
queryCalendarMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected