MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / taskName

Function taskName

wxapp/yichengtong.js:115–117  ·  view source on GitHub ↗
(task = {})

Source from the content-addressed store, hash-verified

113}
114
115function taskName(task = {}) {
116 return task.name || task.title || `任务${task.id || task.configId || ""}`;
117}
118
119async function request(method, urlPath, { token = "", data = null, params = null, custom = {} } = {}) {
120 const res = await axios({

Callers 2

submitTaskMethod · 0.85
doDailyTasksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected