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

Function isTokenError

wxapp/gyjj.js:60–62  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

58}
59
60function isTokenError(message) {
61 return /1011|401|403|token|登录|授权|失效|过期/i.test(String(message || ""));
62}
63
64class Task {
65 constructor(env) {

Callers 2

signMethod · 0.70
accountMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected