MCPcopy 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
72function isSuccess(result) {
73 return Number(result?.code) === 0;
74}
75
76function isTokenError(message) {
77 return /(^|[^0-9])600([^0-9]|$)|4002|token|登录|授权|未登录|无效|过期/i.test(String(message || ""));

Callers 1

requestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected