()
| 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; |