(link)
| 427 | } |
| 428 | |
| 429 | async lotteryTaskBrowser(link) { |
| 430 | await this.request(`/lucky/task/browse/page/start/jfcj${this.activity_code}`, { |
| 431 | params: { pageUrl: link }, |
| 432 | }).catch(() => {}); |
| 433 | await $.wait(20 * 1000); |
| 434 | await this.request(`/lucky/task/browse/page/end/jfcj${this.activity_code}`, { |
| 435 | params: { pageUrl: link }, |
| 436 | }).catch(() => {}); |
| 437 | } |
| 438 | |
| 439 | async getLotteryNum() { |
| 440 | try { |
no test coverage detected