Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ isTokenError
Function
isTokenError
wxapp/casetify.js:64–66 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
62
}
63
64
function
isTokenError(message) {
65
return
/token|登录|授权|invalid|expire|过期|401|403/i.test(String(message ||
""
));
66
}
67
68
class
Task {
69
constructor(openid) {
Callers
1
doSign
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected