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

Method run

daily/ydyp.js:4064–4071  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4062 this.reporter.line(`[${this.maskedAccount}] ${e}`)
4063 }
4064 async run() {
4065 try {
4066 if (!await this.jwt()) return void this.reporter.invalid.push(this.maskedAccount);
4067 await this.signinStatus(), await this.clickTask(), await this.processTaskList("sign_in_3", "cloud_app"), await this.cloudGame(), await this.wxSign(), await this.shake(), await this.surplusNum(), await this.backupCloud(), await this.openSend(), await this.processTaskList("newsign_139mail", "email_app"), await this.receive(), this.config.uploadEnabled && await this.uploadLargeFile(), this.config.shareEnabled && await this.shareFile()
4068 } catch (e) {
4069 this.reporter.errors.push(`${this.maskedAccount}: ${e.message||String(e)}`), this.log(`执行异常: ${function(e){if(e instanceof Error)return`${e.name}: ${e.message}`;try{return JSON.stringify(e)}catch(t){return String(e)}}(e)}`)
4070 }
4071 }
4072 async request(e, t = 3) {
4073 return this.requester.request(e, t)
4074 }

Callers 1

KtFunction · 0.95

Calls 14

jwtMethod · 0.95
signinStatusMethod · 0.95
clickTaskMethod · 0.95
processTaskListMethod · 0.95
cloudGameMethod · 0.95
wxSignMethod · 0.95
shakeMethod · 0.95
surplusNumMethod · 0.95
backupCloudMethod · 0.95
openSendMethod · 0.95
receiveMethod · 0.95
uploadLargeFileMethod · 0.95

Tested by

no test coverage detected