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

Method getLoginCode

wxapp/nissin.js:165–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 async getLoginCode() {
166 const { data } = await wechat.getCode(this.openid);
167 const code = data?.code || data?.data?.code;
168 if (!code) throw new Error(`wx_server 未返回 code: ${JSON.stringify(data)}`);
169 return code;
170 }
171
172 async loginByWxCode() {
173 try {

Callers 1

loginByWxCodeMethod · 0.95

Calls 1

getCodeMethod · 0.45

Tested by

no test coverage detected