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

Method checkToken

wxapp/tmj.js:253–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251 }
252
253 async checkToken() {
254 try {
255 await this.ensureIntegralAccount(true);
256 return true;
257 } catch (e) {
258 return false;
259 }
260 }
261
262 async ensureIntegralAccount(silent = false) {
263 const data = await this.request("/activity/common/queryIntegralSystemList", {

Callers 1

runMethod · 0.95

Calls 1

ensureIntegralAccountMethod · 0.95

Tested by

no test coverage detected