Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ isSuccess
Function
isSuccess
wxapp/kangshifu.js:72–74 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
70
}
71
72
function
isSuccess(result) {
73
return
Number(result?.code) === 0;
74
}
75
76
function
isTokenError(message) {
77
return
/(^|[^0-9])600([^0-9]|$)|4002|token|登录|授权|未登录|无效|过期/i.test(String(message ||
""
));
Callers
1
request
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected