Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ isTokenError
Function
isTokenError
wxapp/jyxe.js:60–62 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
58
}
59
60
function
isTokenError(message) {
61
return
/token|登录|验证失败|9999|401|403|expire|过期|失效/i.test(String(message ||
""
));
62
}
63
64
class
Task {
65
constructor(openid) {
Callers
1
doSign
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected