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

Method getBaseParams

wxapp/yz19.js:154–161  ·  view source on GitHub ↗
(params = {})

Source from the content-addressed store, hash-verified

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

Callers 1

requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected