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

Method checkToken

wxapp/colorful.js:259–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257 }
258
259 async checkToken() {
260 try {
261 await this.request("/api/User/RefreshLoginTime", {
262 method: "POST",
263 data: { phone: "" },
264 });
265 return true;
266 } catch (e) {
267 return false;
268 }
269 }
270
271 async signInV2() {
272 try {

Callers 1

runMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected