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

Method checkToken

wxapp/campari.js:191–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 async checkToken() {
192 try {
193 await this.getSignInfo();
194 return true;
195 } catch (e) {
196 return false;
197 }
198 }
199
200 async doSign() {
201 try {

Callers 1

runMethod · 0.95

Calls 1

getSignInfoMethod · 0.95

Tested by

no test coverage detected