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

Method getTaskList

wxapp/wb.js:308–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 }
307
308 async getTaskList() {
309 const result = await this.request("marketing/sign/marketing/v1/cus/get-user-task-list", {
310 UserID: this.userId,
311 UserType: this.userType,
312 }, "GET");
313 return Array.isArray(result.data) ? result.data : [];
314 }
315
316 async setTaskOk(task) {
317 return await this.request("marketing/sign/marketing/v1/cus/set-task-ok", {

Callers 1

doTargetTasksMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected