()
| 330 | } |
| 331 | |
| 332 | async run() { |
| 333 | $.log(`\n========== ${APP.name} 账号[${this.index}] ${this.account.remark || this.account.openid} ==========`); |
| 334 | await this.miniLogin(); |
| 335 | await this.queryUser(); |
| 336 | await this.queryBalance("签到前现金余额"); |
| 337 | await this.queryAssets(); |
| 338 | await this.checkin(); |
| 339 | await this.queryBalance("签到后现金余额"); |
| 340 | await this.queryCalendar("签到后"); |
| 341 | } |
| 342 | } |
| 343 | |
| 344 | (async () => { |
no test coverage detected