Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ checkToken
Method
checkToken
wxapp/gyjj.js:229–236 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
227
}
228
229
async
checkToken() {
230
try {
231
await
this.request(
"/user/info"
);
232
return
true;
233
} catch (e) {
234
return
false;
235
}
236
}
237
238
async
sign() {
239
try {
Callers
1
run
Method · 0.95
Calls
1
request
Method · 0.95
Tested by
no test coverage detected