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

Method run

wxapp/oppo.js:285–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 }
284
285 async run() {
286 try {
287 this.log(`开始执行 ${APP.name}`);
288 await this.login();
289 await this.queryMember();
290 await this.queryEntrance();
291 await this.signIn();
292 await this.queryMember();
293 } catch (e) {
294 this.log(`执行失败: ${e.message || e}`);
295 }
296 }
297}
298
299async function main() {

Callers 1

mainFunction · 0.95

Calls 5

logMethod · 0.95
loginMethod · 0.95
queryMemberMethod · 0.95
queryEntranceMethod · 0.95
signInMethod · 0.95

Tested by

no test coverage detected