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

Method getBaseParams

wxapp/fej.js:145–152  ·  view source on GitHub ↗
(params = {})

Source from the content-addressed store, hash-verified

143 }
144
145 getBaseParams(params = {}) {
146 return {
147 app_id: MINI_APP_ID,
148 kdt_id: this.kdtId,
149 access_token: this.token,
150 ...params,
151 };
152 }
153
154 async request({ method = "GET", path: apiPath, params = {}, data = {}, skipToken = false }) {
155 const options = {

Callers 1

requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected