\[TOC\] |
参数名 |
必选 |
类型 |
说明 |
---|---|---|---|
projectId |
否 |
Long |
项目ID |
identityCard |
否 |
String |
身份证 |
name |
否 |
String |
姓名 |
attenDevice |
否 |
String |
考勤设备 |
attenTime |
否 |
Date |
考勤时间 |
beginTime |
否 |
Date |
开始时间 |
endTime |
否 |
Date |
结束时间 |
\{ "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 |
消息内容 |
参数名 |
类型 |
说明 |
---|---|---|
attenId |
Long |
考勤id |
projectId |
Long |
项目ID |
identityCard |
string |
身份证 |
name |
string |
姓名 |
similar |
string |
脸部相似度 |
attenImage |
string |
考勤照片 |
attenDevice |
string |
考勤设备 |
attenTime |
Date |
考勤时间 |
体温 |
BigDecimal |
temperature |
delFlag |
string |
删除标志(0代表存在 2代表删除) |
beginTime |
Date |
开始时间 |
endTime |
Date |
结束时间 |
\[TOC\] |
参数名 |
必选 |
类型 |
说明 |
---|---|---|---|
attenId |
否 |
Long |
考勤id |
{
"msg": "操作成功",
"code": 200,
"data": {
"createTime": "2023-02-16 16:04:46",
"updateTime": null,
"remark": null,
"attenId": "16440377800704",
"projectId": 16444380530000,
"identityCard": "211321199712100675",
"name": "宋**",
"similar": "84",
"attenImage": "http://127.0.0.1:22601/staqics/2023/02/16/15403ec9-5ae6-40fc-b225-e8dbc8e32d74.jpeg",
"attenDevice": "3109",
"attenTime": "2022-03-10",
"temperature": 0,
"beginTime": null,
"endTime": null
}
}
参数名 |
类型 |
说明 |
---|---|---|
data |
Object |
数据 |
code |
int |
消息状态码 |
msg |
String |
消息内容 |
参数名 |
类型 |
说明 |
---|---|---|
createTime |
Date |
创建时间 |
updateTime |
Date |
更新时间 |
remark |
string |
备注 |
attenId |
Long |
考勤id |
projectId |
Long |
项目ID |
identityCard |
string |
身份证 |
name |
string |
姓名 |
similar |
string |
脸部相似度 |
attenImage |
string |
考勤照片 |
attenDevice |
string |
考勤设备 |
attenTime |
Date |
考勤时间 |
temperature |
BigDecimal |
体温 |
delFlag |
string |
删除标志(0代表存在 2代表删除) |
beginTime |
Date |
开始时间 |
endTime |
Date |
结束时间 |
\[TOC\] |
参数名 |
必选 |
类型 |
说明 |
---|---|---|---|
pcode |
是 |
int |
设备编码 param格式 拼接在url中 |
userId |
是 |
string |
用户id |
type |
是 |
string |
开门类型(PASSWORD,APP,FACE,CARD,RCARD,IDCARD) |
data |
是 |
string |
卡号/密码/二维码 |
screenTime |
是 |
string |
开门时间 时间戳(s) |
pic |
是 |
string |
base64考勤照片 |
temperature |
是 |
string |
测温数据 |
openState |
是 |
string |
开门状态;1-继电器有输出信号(已开门);2-继电器没有输出信号(未开门);0-未知 |
acsState |
是 |
string |
通行方向状态;1-出;0-进(默认0) |
idCardInfo |
是 |
json |
身份证信息对象 |
name |
是 |
string |
姓名 |
gender |
是 |
string |
性别 |
national |
是 |
string |
民族 |
birthday |
是 |
string |
生日 |
address |
是 |
string |
住址 |
id |
是 |
string |
身份证号 |
maker |
是 |
string |
颁发机构 |
startDate |
是 |
string |
起始日期 |
endDate |
是 |
string |
有效期 |
idCardImg |
是 |
string |
base64编码的身份证照片数据 |
{
"userId": "132",
"type": "CARD",
"data": "62817dec",
"screenTime": "1548136853",
"recordurl": "xxx.com",
"pic": "base64编码数据",
"temperature":"36.35",
"openState":1,
"acsState":0,
"idCardInfo":{
"name":"张三",
"gender":"男",
"national":"汉族",
"birthday":"1996-11-22",
"address":"湖南省永州市xxx县xxx村xxx号",
"id":"43112319961122xxxx",
"maker":"xxx县公安局",
"startDate":"2012-11-22",
"endDate":"2022-11-22",
"idCardImg":"base64编码的身份证照片"
}
}
参数名 |
类型 |
说明 |
---|---|---|
retCode |
int |
消息状态码 |
message |
int |
消息内容 |