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

Method doShareTask

wxapp/junpinhui.js:520–527  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

518 }
519
520 async doShareTask() {
521 try {
522 const data = await this.encryptedPost("/garden/gardenmemberinfo/dailyShare");
523 $.log(`账号[${this.index}] 分享任务完成: ${shortJson(data || "ok")}`);
524 } catch (e) {
525 $.log(`账号[${this.index}] 分享任务失败: ${e.message || e}`);
526 }
527 }
528
529 async doQuestionTask() {
530 try {

Callers 1

doTasksMethod · 0.95

Calls 3

encryptedPostMethod · 0.95
shortJsonFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected