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

Method applyToken

wxapp/mfd.js:156–163  ·  view source on GitHub ↗
(data = {})

Source from the content-addressed store, hash-verified

154 }
155
156 applyToken(data = {}) {
157 this.openId = data.openId || "";
158 this.unionId = data.unionId || "";
159 this.memberId = data.memberId || "";
160 this.phone = data.phone || "";
161 this.groupId = data.groupId || "";
162 this.agentId = data.agentId || "";
163 }
164
165 getHeaders(extra = {}) {
166 const headers = {

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected