MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / querySignStatus

Method querySignStatus

wxapp/hisense_aijia.js:594–603  ·  view source on GitHub ↗
(taskId)

Source from the content-addressed store, hash-verified

592 }
593
594 async querySignStatus(taskId) {
595 const res = await this.pointSign("/AIoTPointsMall/gw/svc/HiVip/1.0/getCheckInStatus", {
596 taskId,
597 sourceType: SOURCE_TYPE,
598 });
599 if (String(res.code ?? "1") !== "0") throw new Error(`签到状态查询失败: ${short(res, 500)}`);
600 const status = res.checkInStatus || {};
601 $.log(`账号[${this.index}] 签到状态: ${formatSignStatus(status)}`);
602 return status;
603 }
604
605 async signIn(taskId, status = {}) {
606 if (status.signedToday) {

Callers 1

runMethod · 0.95

Calls 4

pointSignMethod · 0.95
formatSignStatusFunction · 0.85
shortFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected