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

Function clientInfo

wxapp/fuyouhui.js:73–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73function clientInfo() {
74 return JSON.stringify({
75 app_version: "4.0.5",
76 client_key: "wx_mini_tc",
77 client_name: encodeURIComponent("复游会微信小程序"),
78 os: "windows",
79 app_key: "WX_MINI_TC",
80 });
81}
82
83function parseAccount(raw) {
84 const text = String(raw || "").trim();

Callers 1

requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected