mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 新增获取设备打卡数据相关接口
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"filter_type": 1,
|
||||
"starttime": 1492617600,
|
||||
"endtime": 1492790400,
|
||||
"useridlist": [
|
||||
"james",
|
||||
"paul"
|
||||
]
|
||||
}
|
@@ -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门店"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user