MCPcopy
hub / github.com/smallfawn/QLScriptPublic / lotteryTaskBrowser

Method lotteryTaskBrowser

wxapp/haitian.js:429–437  ·  view source on GitHub ↗
(link)

Source from the content-addressed store, hash-verified

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 {

Callers 1

getLotteryTaskListMethod · 0.95

Calls 2

requestMethod · 0.95
waitMethod · 0.45

Tested by

no test coverage detected