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

Method authHeaders

wxapp/ytb2_all.js:156–162  ·  view source on GitHub ↗
(extra = {})

Source from the content-addressed store, hash-verified

154 }
155
156 authHeaders(extra = {}) {
157 return this.headers({
158 shiruanKey: this.shiruanKey,
159 miniAppid: this.app.appid,
160 ...extra,
161 });
162 }
163
164 async getCode() {
165 const res = await this.wechat.getCode(this.account);

Callers 2

queryAssetsMethod · 0.95
signMethod · 0.95

Calls 1

headersMethod · 0.95

Tested by

no test coverage detected