Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkToken
Method · 0.95
doSign
Method · 0.95
Calls
1
request
Method · 0.95
Tested by
no test coverage detected