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

Method doRealityTask

wxapp/junpinhui.js:552–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

550 }
551
552 async doRealityTask() {
553 try {
554 const data = await this.gardenGet("/garden/realscene/reward");
555 $.log(`账号[${this.index}] 实景相册任务: ${shortJson(data || "ok")}`);
556 } catch (e) {
557 $.log(`账号[${this.index}] 实景相册任务失败: ${e.message || e}`);
558 }
559 }
560
561 async doCompleteInfoTask() {
562 try {

Callers 1

doTasksMethod · 0.95

Calls 3

gardenGetMethod · 0.95
shortJsonFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected