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

Method checkToken

wxapp/fsdlb.js:216–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 async checkToken() {
217 try {
218 await this.request({
219 path: "/user/auth/member/integral/union/flow/list",
220 params: { pageNo: 1, pageSize: 1, dataType: "SCORE" },
221 });
222 return true;
223 } catch (e) {
224 return false;
225 }
226 }
227
228 async signIn() {
229 try {

Callers 1

runMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected