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

Method getCheckinInfo

wxapp/aiguoyue.js:238–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 async getCheckinInfo() {
239 const data = await this.request({ apiPath: "wscump/checkin/check-in-info.json" });
240 this.checkinId = data?.checkInId || data?.checkinId || data?.check_in_id || "";
241 $.log(`账号[${this.index}] 签到活动: checkinId=${this.checkinId || "未获取"} ownerKdtId=${data?.activityOwnerKdtId || ""}`);
242 return data;
243 }
244
245 async getActivityInfo() {
246 if (!this.checkinId) return null;

Callers 1

runMethod · 0.95

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected