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

Method wxSign

daily/ydyp.js:4147–4151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4145 await this.api.uploadSimpleFile(), this.log("上传任务文件完成")
4146 }
4147 async wxSign() {
4148 await this.sleep();
4149 const e = await this.api.getWxSignInfo();
4150 this.log(e?.result?.todaySignIn ? "公众号签到成功" : `公众号签到失败: ${e?.msg||"可能未绑定公众号"}`)
4151 }
4152 async shake() {
4153 let e = 0;
4154 for (let t = 0; t < this.clickNum; t += 1) try {

Callers 1

runMethod · 0.95

Calls 2

sleepMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected