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

Method getSignDetail

wxapp/oppo.js:240–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238 }
239
240 async getSignDetail() {
241 const result = await this.h5Request("GET", "/api/cn/oapi/marketing/cumulativeSignIn/getSignInDetail", {
242 activityId: SIGN_ACTIVITY_ID,
243 creditsAddActionId: CREDITS_ADD_ACTION_ID,
244 business: BUSINESS,
245 });
246 return result.data || {};
247 }
248
249 todayAward(detail = {}) {
250 const today = todayText();

Callers 1

querySignDetailMethod · 0.95

Calls 1

h5RequestMethod · 0.95

Tested by

no test coverage detected