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

Function isTokenError

wxapp/wb.js:93–95  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

91}
92
93function isTokenError(message) {
94 return /2032401|token|登录|授权|invalid|expire|过期|401|403/i.test(String(message || ""));
95}
96
97class Task {
98 constructor(openid) {

Callers 2

signInMethod · 0.70
doTargetTasksMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected