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

Method getBaseParams

wxapp/yz9d.js:150–157  ·  view source on GitHub ↗
(params = {})

Source from the content-addressed store, hash-verified

148 }
149
150 getBaseParams(params = {}) {
151 return {
152 app_id: MINI_APP_ID,
153 kdt_id: this.kdtId,
154 access_token: this.token,
155 ...params,
156 };
157 }
158
159 async request({ method = "GET", path: apiPath, params = {}, data = {}, skipToken = false }) {
160 const options = {

Callers 1

requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected