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

Method queryEntrance

wxapp/oppo.js:234–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 async queryEntrance() {
235 const result = await this.miniRequest("GET", "/activity/signIn/entrance", { sessionId: this.sessionId });
236 const data = result.data || {};
237 this.log(`签到入口: ${data.signInIsStarted ? "已开启" : "未开启"},连续/累计天数: ${data.signInDays ?? "-"}`);
238 }
239
240 async getSignDetail() {
241 const result = await this.h5Request("GET", "/api/cn/oapi/marketing/cumulativeSignIn/getSignInDetail", {

Callers 1

runMethod · 0.95

Calls 2

miniRequestMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected