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

Function isTokenError

wxapp/dasenlin.js:78–80  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

76}
77
78function isTokenError(message) {
79 return /300|311|token|登录|授权|未登录|无效|过期|您好,请登录/i.test(String(message || ""));
80}
81
82class Task {
83 constructor(account) {

Callers 1

signInMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected