MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / isTokenError

Function isTokenError

wxapp/casetify.js:64–66  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

62}
63
64function isTokenError(message) {
65 return /token|登录|授权|invalid|expire|过期|401|403/i.test(String(message || ""));
66}
67
68class Task {
69 constructor(openid) {

Callers 1

doSignMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected