6.1、查询门禁记录
Wiki 标记 |
---|
\[TOC\] |
简要描述
- 查询门禁记录列表
请求URL
- http://\{uri}/facility/attendance/list
...
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
projectId | 否 | Long | 项目ID |
identityCard | 否 | String | 身份证 |
name | 否 | String | 姓名 |
attenDevice | 否 | String | 考勤设备 |
attenTime | 否 | Date | 考勤时间 |
beginTime | 否 | Date | 开始时间 |
endTime | 否 | Date | 结束时间 |
返回示例
Wiki 标记 |
---|
\{
"total": 161,
"rows": \[
\{
"createTime": "2023-02-22 14:55:33",
"updateTime": null,
"remark": null,
"attenId": "166604382261301248",
"projectId": 164443836015530000,
"identityCard": "13230219760622321X",
"name": "王红刚",
"similar": "84",
"attenImage": "http://153.99.44.234:22601/statics/2023/02/22/99b0c84d-3ba4-4739-9290-8b21bc8492c9.jpeg",
"attenDevice": "32306",
"attenTime": "2023-02-22",
"temperature": 0,
"beginTime": null,
"endTime": null
\},
\{...\}
\],
"code": 200,
"msg": "查询成功"
\} |
返回基本参数说明
参数名 | 类型 | 说明 |
---|---|---|
total | Long | 总记录数 |
rows | List | 列表数据 |
code | int | 消息状态码 |
msg | String | 消息内容 |
...
- 更多返回错误代码请看首页的错误代码描述
6.2、获取门禁记录详细信息
Wiki 标记 |
---|
\[TOC\] |
简要描述
- 获取门禁记录详细信息
请求URL
- http://\{uri}/facility/attendance/{attenId}
...
- 更多返回错误代码请看首页的错误代码描述
6.3、发送考勤
Wiki 标记 |
---|
\[TOC\] |
简要描述
- 设备考勤接口
请求URL
- http://\{uri}/facility/detection/device/dcit/api/eq/v1/record/opendoor
...