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

Method getLoginCode

wxapp/bluedash.js:154–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 async getLoginCode() {
155 const { data } = await wechat.getCode(this.openid);
156 const code = data?.code || data?.data?.code;
157 if (!code) throw new Error(`wx_server 未返回 code: ${JSON.stringify(data)}`);
158 return code;
159 }
160
161 async loginByWxCode() {
162 try {

Callers 1

loginByWxCodeMethod · 0.95

Calls 1

getCodeMethod · 0.45

Tested by

no test coverage detected