(task)
| 314 | } |
| 315 | |
| 316 | async setTaskOk(task) { |
| 317 | return await this.request("marketing/sign/marketing/v1/cus/set-task-ok", { |
| 318 | taskId: task.id, |
| 319 | userId: this.userId, |
| 320 | mode: "1", |
| 321 | }, "POST", { allowAnyCode: true }); |
| 322 | } |
| 323 | |
| 324 | async completeTask(task) { |
| 325 | return await this.request("marketing/sign/marketing/v1/cus/task-complete", { |