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

Function isAuthError

wxapp/ykb_all.js:208–210  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

206}
207
208function isAuthError(e) {
209 return /token|登录|授权|非法请求|1500000004/i.test(String(e?.message || e || ""));
210}
211
212class Task {
213 constructor(app, account, index) {

Callers 2

getMemberInfoMethod · 0.85
tryMemberCheckInMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected