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

Method getLoginCode

wxapp/jyxe.js:146–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 async getLoginCode() {
147 const { data } = await wechat.getCode(this.openid);
148 const code = data?.code || data?.data?.code;
149 if (!code) throw new Error(`wx_server 未返回 code: ${JSON.stringify(data)}`);
150 return code;
151 }
152
153 async loginByWxCode() {
154 try {

Callers 1

loginByWxCodeMethod · 0.95

Calls 1

getCodeMethod · 0.45

Tested by

no test coverage detected