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

Method buildExtraData

wxapp/yunduodingding.js:120–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

getHeadersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected