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

Method info

wxapp/fsdlb.js:249–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 }
248
249 async info() {
250 try {
251 const data = await this.request({
252 path: "/user/auth/member/integral/union/flow/list",
253 params: { pageNo: 1, pageSize: 10, dataType: "SCORE" },
254 });
255 $.log(`🕊账号[${this.index}] 查询成功:总积分[${data?.totalScore ?? "未知"}]🎉`);
256 } catch (e) {
257 const message = String(e.message || e);
258 $.log(`🕊账号[${this.index}] 查询失败:${message}🚫`);
259 if (isTokenError(message)) this.removeCachedToken();
260 }
261 }
262}
263
264!(async () => {

Callers 1

runMethod · 0.95

Calls 4

requestMethod · 0.95
removeCachedTokenMethod · 0.95
isTokenErrorFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected