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

Function maskToken

wxapp/hezj.js:49–52  ·  view source on GitHub ↗
(token = "")

Source from the content-addressed store, hash-verified

47}
48
49function maskToken(token = "") {
50 if (!token) return "";
51 return token.length > 14 ? `${token.slice(0, 6)}...${token.slice(-6)}` : token;
52}
53
54
55class Task {

Callers 1

loginByWxCodeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected