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

Method run

wxapp/skyworth.js:236–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 }
235
236 async run() {
237 try {
238 this.log("开始执行");
239 await this.login();
240 await this.queryUser();
241 await this.sign();
242 await this.queryTasks();
243 await this.queryUser();
244 } catch (e) {
245 this.log(`执行失败: ${e.message || e}`);
246 }
247 }
248}
249
250async function main() {

Callers 1

mainFunction · 0.45

Calls 5

logMethod · 0.95
loginMethod · 0.95
queryUserMethod · 0.95
signMethod · 0.95
queryTasksMethod · 0.95

Tested by

no test coverage detected