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

Method setTaskOk

wxapp/wb.js:316–322  ·  view source on GitHub ↗
(task)

Source from the content-addressed store, hash-verified

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", {

Callers 1

doTargetTasksMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected