MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / getLoginCode

Method getLoginCode

wxapp/wb.js:208–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 }
207
208 async getLoginCode() {
209 const { data } = await wechat.getCode(this.openid);
210 const code = data?.code || data?.data?.code;
211 if (!code) throw new Error(`wx_server 未返回 code: ${JSON.stringify(data)}`);
212 return code;
213 }
214
215 async loginByWxCode() {
216 try {

Callers 1

loginByWxCodeMethod · 0.95

Calls 1

getCodeMethod · 0.45

Tested by

no test coverage detected