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

Method checkSession

wxapp/qiaqia.js:235–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233 }
234
235 async checkSession() {
236 try {
237 await this.mobilePost("/promotion/sign/list");
238 return true;
239 } catch (e) {
240 return false;
241 }
242 }
243
244 async getSignList() {
245 const data = await this.mobilePost("/promotion/sign/list");

Callers 1

runMethod · 0.95

Calls 1

mobilePostMethod · 0.95

Tested by

no test coverage detected