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

Function isTokenError

wxapp/fsdlb.js:83–85  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

81}
82
83function isTokenError(message) {
84 return /401|403|M401|M403|token|登录|授权|未登录|无效|过期/i.test(String(message || ""));
85}
86
87class Task {
88 constructor(openid) {

Callers 2

signInMethod · 0.70
infoMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected