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

Method getSignInfo

wxapp/campari.js:186–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 async getSignInfo() {
187 const res = await this.request("/cgs-api/wxApi/wechatUser/wechatInfoSignIn");
188 return res.data || {};
189 }
190
191 async checkToken() {
192 try {

Callers 2

checkTokenMethod · 0.95
doSignMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected