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

Function tokenError

wxapp/longfor.js:314–316  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

312}
313
314function tokenError(error) {
315 return /token|登录|授权|未登录|801007|900005|900006/i.test(String(error?.message || error));
316}
317
318class Task {
319 constructor(account) {

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected