public class UserFlow extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BatchCreateUserFlowResp |
batchCreate(BatchCreateUserFlowReq req)
导入打卡流水,导入员工的打卡流水记录。
|
BatchCreateUserFlowResp |
batchCreate(BatchCreateUserFlowReq req,
RequestOptions reqOptions)
导入打卡流水,导入员工的打卡流水记录。
|
BatchDelUserFlowResp |
batchDel(BatchDelUserFlowReq req)
删除打卡流水,删除员工从开放平台导入的打卡记录。
|
BatchDelUserFlowResp |
batchDel(BatchDelUserFlowReq req,
RequestOptions reqOptions)
删除打卡流水,删除员工从开放平台导入的打卡记录。
|
GetUserFlowResp |
get(GetUserFlowReq req)
查询打卡流水,通过打卡记录 ID 获取用户的打卡流水记录。
|
GetUserFlowResp |
get(GetUserFlowReq req,
RequestOptions reqOptions)
查询打卡流水,通过打卡记录 ID 获取用户的打卡流水记录。
|
QueryUserFlowResp |
query(QueryUserFlowReq req)
批量查询打卡流水,通过用户 ID 获取用户的打卡流水记录。
|
QueryUserFlowResp |
query(QueryUserFlowReq req,
RequestOptions reqOptions)
批量查询打卡流水,通过用户 ID 获取用户的打卡流水记录。
|
public UserFlow(Config config)
public BatchCreateUserFlowResp batchCreate(BatchCreateUserFlowReq req, RequestOptions reqOptions) throws Exception
适用于考勤机数据导入等场景。 ;
Exceptionpublic BatchCreateUserFlowResp batchCreate(BatchCreateUserFlowReq req) throws Exception
适用于考勤机数据导入等场景。 ;
Exceptionpublic BatchDelUserFlowResp batchDel(BatchDelUserFlowReq req, RequestOptions reqOptions) throws Exception
当返回结果fail_record_ids不为空时,msg字段返回对应失败原因,格式为:{"xx id": "xx reason"} ;
Exceptionpublic BatchDelUserFlowResp batchDel(BatchDelUserFlowReq req) throws Exception
当返回结果fail_record_ids不为空时,msg字段返回对应失败原因,格式为:{"xx id": "xx reason"} ;
Exceptionpublic GetUserFlowResp get(GetUserFlowReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetUserFlowResp get(GetUserFlowReq req) throws Exception
Exceptionpublic QueryUserFlowResp query(QueryUserFlowReq req, RequestOptions reqOptions) throws Exception
这里只返回有效的打卡流水,无效或待生效的不会返回;;如果只需获取打卡结果,而不需要详细的打卡数据,可使用“获取打卡结果”的接口。 ;
Exceptionpublic QueryUserFlowResp query(QueryUserFlowReq req) throws Exception
这里只返回有效的打卡流水,无效或待生效的不会返回;;如果只需获取打卡结果,而不需要详细的打卡数据,可使用“获取打卡结果”的接口。 ;
ExceptionCopyright © 2026. All rights reserved.