feat(work): 新增获取设备打卡数据相关接口

This commit is contained in:
Fu Diwei
2021-09-30 18:16:14 +08:00
parent 7d2f818392
commit 687bdc6f50
10 changed files with 167 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
{
"device_feature": "{\"printer_type\":\"CM12838-W2\"}",
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,9 @@
{
"filter_type": 1,
"starttime": 1492617600,
"endtime": 1492790400,
"useridlist": [
"james",
"paul"
]
}

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"errmsg": "ok",
"checkindata": [
{
"userid": "james",
"checkin_time": 1492617610,
"device_sn": "xxxxx",
"device_name": "xxxx门店"
},
{
"userid": "paul",
"checkin_time": 1492617620,
"device_sn": "yyyy",
"device_name": "yyyy门店"
}
]
}