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

Function isTokenError

wxapp/zbs.js:70–72  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

68}
69
70function isTokenError(message) {
71 return /(^|[^0-9])501([^0-9]|$)|token|登录|授权|未登录|失效|过期/i.test(String(message || ""));
72}
73
74class Task {
75 constructor(openid) {

Callers 2

getPointsMethod · 0.70
signInMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected