MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / draw

Method draw

wxapp/iqoo.js:290–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 }
289
290 async draw() {
291 try {
292 const result = await this.request("v3/luck.draw", {});
293 $.log(`账号[${this.index}] 抽奖成功 获得${result?.Data?.prize_name || "奖励"}`);
294 } catch (e) {
295 $.log(`账号[${this.index}] 抽奖失败:${e.message || e}`);
296 }
297 }
298
299 async signIn() {
300 try {

Callers 1

getDrawNumMethod · 0.95

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected