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

Method showCheckinPage

wxapp/fej.js:216–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 async showCheckinPage() {
217 try {
218 const data = await this.request({ path: "/wscump/checkin/show_checkin_page_v2.json" });
219 this.checkinId = data?.checkinId;
220 $.log(`账号[${this.index}] 签到活动: checkinId=${this.checkinId || "未获取"} isShow=${!!data?.isShow}`);
221 } catch (e) {
222 $.log(`账号[${this.index}] 获取签到活动失败: ${e.message || e}`);
223 }
224 }
225
226 async doCheckin() {
227 if (!this.checkinId) {

Callers 1

runMethod · 0.95

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected