MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / ok

Function ok

wxapp/longfor.js:310–312  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

308}
309
310function ok(code) {
311 return ["200", "0000", "10000"].includes(String(code));
312}
313
314function tokenError(error) {
315 return /token|登录|授权|未登录|801007|900005|900006/i.test(String(error?.message || error));

Callers 3

miniPostMethod · 0.70
getPageInfoMethod · 0.70
signInMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected