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

Method buildExtraData

wxapp/wugenvboshi.js:121–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 buildExtraData() {
122 return JSON.stringify({
123 is_weapp: 1,
124 sid: this.sessionId,
125 version: USER_VERSION,
126 client: "weapp",
127 bizEnv: "wsc",
128 });
129 }
130
131 buildUrl(apiPath, query = {}) {
132 const pathname = apiPath.replace(/^\/+/, "");

Callers 1

getHeadersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected