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

Method getCheckinInfo

wxapp/wugenvboshi.js:237–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 async getCheckinInfo() {
238 const data = await this.request({ apiPath: "wscump/checkin/show_checkin_page_v2.json" });
239 this.checkinId = data?.checkinId || data?.checkin_id || "";
240 $.log(`账号[${this.index}] 签到活动: checkinId=${this.checkinId || "未获取"} isShow=${data?.isShow} showPage=${data?.showPage}`);
241 return data;
242 }
243
244 async doCheckin() {
245 if (!this.checkinId) {

Callers 1

runMethod · 0.95

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected