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

Method getSignStatus

wxapp/kangshifu.js:237–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 async getSignStatus() {
238 const result = await this.request(API_BASE, "api/signIn/integralSignInList", {
239 method: "POST",
240 data: { token: this.token },
241 form: true,
242 });
243 return result?.data || {};
244 }
245
246 async signIn() {
247 try {

Callers 1

signInMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected