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

Function awardTypeName

wxapp/oppo.js:67–75  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

65}
66
67function awardTypeName(type) {
68 const map = {
69 0: "无奖励",
70 1: "积分",
71 2: "优惠券",
72 3: "抽奖机会",
73 };
74 return map[Number(type)] || `类型${type}`;
75}
76
77function todayText() {
78 const now = new Date();

Callers 2

querySignDetailMethod · 0.85
signInMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected