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

Function isTokenError

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

Source from the content-addressed store, hash-verified

89}
90
91function isTokenError(message) {
92 return /token|登录|授权|invalid|expire|过期|401|403/i.test(String(message || ""));
93}
94
95function getRows(result) {
96 if (Array.isArray(result)) return result;

Callers 1

doSignMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected