Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
function
isTokenError(message) {
63
return
/access_token|token|登录|invalid session|session/i.test(String(message ||
""
));
64
}
65
66
class
Task {
67
constructor(openid) {
Callers
2
showCheckinPage
Method · 0.70
doCheckin
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected