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

Method getLoginCode

wxapp/yz19.js:183–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 }
182
183 async getLoginCode() {
184 const { data } = await wechat.getCode(this.openid);
185 const code = data?.code || data?.data?.code;
186 if (!code) throw new Error(`wx_server 未返回 code: ${JSON.stringify(data)}`);
187 return code;
188 }
189
190 async loginByWxCode() {
191 try {

Callers 1

loginByWxCodeMethod · 0.95

Calls 1

getCodeMethod · 0.45

Tested by

no test coverage detected