Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ isTokenError
Function
isTokenError
wxapp/fsdlb.js:83–85 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
81
}
82
83
function
isTokenError(message) {
84
return
/401|403|M401|M403|token|登录|授权|未登录|无效|过期/i.test(String(message ||
""
));
85
}
86
87
class
Task {
88
constructor(openid) {
Callers
2
signIn
Method · 0.70
info
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected