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

Method queryMonthSign

wxapp/tmj.js:306–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 }
305
306 async queryMonthSign() {
307 const date = todayInfo();
308 return await this.request("/activity/sign/querySignInfoList", {
309 activityId: this.signActivityId,
310 startDate: date.startDate,
311 endDate: date.endDate,
312 }, "POST");
313 }
314
315 async doSign() {
316 try {

Callers 1

doSignMethod · 0.95

Calls 2

requestMethod · 0.95
todayInfoFunction · 0.85

Tested by

no test coverage detected