Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ isTokenError
Function
isTokenError
wxapp/tmj.js:91–93 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
89
}
90
91
function
isTokenError(message) {
92
return
/token|登录|授权|invalid|expire|过期|401|403/i.test(String(message ||
""
));
93
}
94
95
function
getRows(result) {
96
if
(Array.isArray(result))
return
result;
Callers
1
doSign
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected