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

Function isTokenError

wxapp/yz19.js:62–64  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

60}
61
62function isTokenError(message) {
63 return /access_token|token|登录|invalid session|session/i.test(String(message || ""));
64}
65
66class Task {
67 constructor(openid) {

Callers 2

showCheckinPageMethod · 0.70
doCheckinMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected