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

Function isTokenError

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

Source from the content-addressed store, hash-verified

58}
59
60function isTokenError(message) {
61 return /token|登录|验证失败|9999|401|403|expire|过期|失效/i.test(String(message || ""));
62}
63
64class Task {
65 constructor(openid) {

Callers 1

doSignMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected