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

Method getCode

wxapp/ytb2_all.js:164–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 }
163
164 async getCode() {
165 const res = await this.wechat.getCode(this.account);
166 const data = res?.data;
167 return data?.data?.code || data?.code || data?.data || data;
168 }
169
170 async login() {
171 const code = await this.getCode();

Callers 15

loginMethod · 0.95
getLoginCodeMethod · 0.45
getWxCodeMethod · 0.45
getWxCodeMethod · 0.45
getLoginCodeMethod · 0.45
getLoginCodeMethod · 0.45
getLoginCodeMethod · 0.45
getWxCodeMethod · 0.45
getLoginCodeMethod · 0.45
getLoginCodeMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected