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

Method getSignInfo

wxapp/casetify.js:222–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 async getSignInfo() {
223 if (!this.campaignId) await this.getCampaignId(true);
224 const result = await this.request("GET", "estore-campaign/campaign/pointsMall/assignment/sign", {
225 campaignId: this.campaignId,
226 });
227 return result.data || {};
228 }
229
230 async doSign() {
231 try {

Callers 1

doSignMethod · 0.95

Calls 2

getCampaignIdMethod · 0.95
requestMethod · 0.95

Tested by

no test coverage detected