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

Method completeTask

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

Source from the content-addressed store, hash-verified

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 {

Callers 1

doTargetTasksMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected