Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ isTokenError
Function
isTokenError
wxapp/zbs.js:70–72 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
68
}
69
70
function
isTokenError(message) {
71
return
/(^|[^0-9])501([^0-9]|$)|token|登录|授权|未登录|失效|过期/i.test(String(message ||
""
));
72
}
73
74
class
Task {
75
constructor(openid) {
Callers
2
getPoints
Method · 0.70
signIn
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected