()
| 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 { |
no test coverage detected