版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。
评论: Migration of unmigrated content due to installation of a new plugin

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

...