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

Method signBanner

wxapp/fyzq.js:151–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 async signBanner() {
152 const res = await appletPost("/min/min-homePage/sign_show_banner", {}, this.token);
153 if (String(res.code) !== "1") throw new Error(res.message || `查询签到状态失败: ${JSON.stringify(res)}`);
154 return res.data || {};
155 }
156
157 async doSign() {
158 const res = await appletPost("/min/min-mall/sign_sign_in", {}, this.token);

Callers 2

runMethod · 0.95
handleStatusMethod · 0.95

Calls 1

appletPostFunction · 0.85

Tested by

no test coverage detected