()
| 235 | } |
| 236 | |
| 237 | async submitSign() { |
| 238 | return assertOk(await this.requestWithRelogin("POST", "/iclick-new/signIn/sign"), "签到"); |
| 239 | } |
| 240 | |
| 241 | async run() { |
| 242 | $.log(`\n账号[${this.index}] ${mask(this.openid || this.cacheKey)}`); |
no test coverage detected