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

Method main

wxapp/wx_midea.js:26–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 this.at = str.split(strSplitor)[1];
25 }
26 async main() {
27 $.msg($.name, "", `开始第${this.index}个账号`)
28 //await this.user_info();
29 await $.wait(3000)
30 if (!this.ckStatus) {
31 $.msg($.name, "", `❌第${this.index}个账号失效`);
32 return;
33 }
34 await this.signIn()
35 await this.signIn2()
36
37 }
38 async user_info() {
39 try {
40 let options = {

Callers 1

startFunction · 0.45

Calls 4

signInMethod · 0.95
signIn2Method · 0.95
msgMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected