Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ isTokenError
Function
isTokenError
wxapp/wb.js:93–95 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
91
}
92
93
function
isTokenError(message) {
94
return
/2032401|token|登录|授权|invalid|expire|过期|401|403/i.test(String(message ||
""
));
95
}
96
97
class
Task {
98
constructor(openid) {
Callers
2
signIn
Method · 0.70
doTargetTasks
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected