Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chavyleung/scripts
/ doTask
Function
doTask
sfexpress/sfexpress.js:84–90 ·
view source on GitHub ↗
(task)
Source
from the content-addressed store, hash-verified
82
}
83
84
function
doTask(task) {
85
return
$.http.post({
86
url: `https:
//mcs-mimp-web.sf-express.com/mcs-mimp/commonRoutePost/memberEs/taskRecord/finishTask`,
87
body: `{
"taskCode"
:
"${task.taskCode}"
}`,
88
headers: {}
89
})
90
}
91
92
93
Callers
1
signDailyTasks
Function · 0.85
Calls
1
post
Method · 0.45
Tested by
no test coverage detected