(task)
| 322 | } |
| 323 | |
| 324 | async completeTask(task) { |
| 325 | return await this.request("marketing/sign/marketing/v1/cus/task-complete", { |
| 326 | taskId: task.id, |
| 327 | userId: this.userId, |
| 328 | }, "POST", { allowAnyCode: true }); |
| 329 | } |
| 330 | |
| 331 | async doTargetTasks() { |
| 332 | try { |