()
| 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 { |