Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getSignTaskStatus
Method
getSignTaskStatus
wxapp/qianjinjiankang.js:235–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
}
234
235
async
getSignTaskStatus() {
236
return
this.api(
"/api/crm/iactivity/taskPack/status"
, {
237
activityId: TASK_PACK_ACTIVITY_ID,
238
taskCode: SIGN_TASK_CODE,
239
});
240
}
241
242
async
signIn() {
243
try {
Callers
1
signIn
Method · 0.95
Calls
1
api
Method · 0.95
Tested by
no test coverage detected