文档
测试

考勤统计

POST
http://IP:17201/member/memberPunch/punchList

请求参数

参数名
类型
描述
必填
queryTime
int
示例:1622186084
必填

响应参数

参数名
类型
描述
必填
icon
string
示例:http://118.178.132.220/oa/file/test/30_20201204181947_314167.png
必填
memberName
string
示例:向倩芸
必填
memberJob
object
示例:null
必填
groupName
string
示例:总部考勤组
必填
attendanceDays
int
示例:2
必填
restDays
int
示例:28
必填
lateNum
int
示例:2
必填
earlyNum
int
示例:0
必填
fieldNum
int
示例:0
必填
normalList
array
数据列表
必填
id
int
示例:24577
必填
punchDate
string
示例:2021-05-27
必填
punchId
int
示例:289
必填
punchTime
int
示例:1622105087
必填
punchType
int
示例:1
必填
punchArea
object
示例:null
必填
punchContent
object
示例:null
必填
longitude
string
示例:114.3341270172776
必填
latitude
string
示例:30.594783400007906
必填
attendanceType
int
示例:2
必填
duration
int
示例:29627
必填
lateList
array
数据列表
必填
id
int
示例:24577
必填
punchDate
string
示例:2021-05-27
必填
punchId
int
示例:289
必填
punchTime
int
示例:1622105087
必填
punchType
int
示例:1
必填
punchArea
object
示例:null
必填
punchContent
object
示例:null
必填
longitude
string
示例:114.3341270172776
必填
latitude
string
示例:30.594783400007906
必填
attendanceType
int
示例:2
必填
duration
int
示例:29627
必填
earlyList
array
数据列表
必填
fieldList
array
数据列表
必填

说明 / 示例

``` { "code": 1000, "message": null, "data": { "icon": "http://118.178.132.220/oa/file/test/30_20201204181947_314167.png", "memberName": "向倩芸", "memberJob": null, "groupName": "总部考勤组", "attendanceDays": 2, "restDays": 28, "lateNum": 2, "earlyNum": 0, "fieldNum": 0, "normalList": [ { "id": 24577, "punchDate": "2021-05-27", "punchId": 289, "punchTime": 1622105087, "punchType": 1, "punchArea": null, "punchContent": null, "longitude": "114.3341270172776", "latitude": "30.594783400007906", "attendanceType": 2, "duration": 29627 }, { "id": 24582, "punchDate": "2021-05-28", "punchId": 289, "punchTime": 1622186084, "punchType": 1, "punchArea": null, "punchContent": null, "longitude": "114.33409484211263", "latitude": "30.594753037354497", "attendanceType": 2, "duration": 24224 } ], "lateList": [ { "id": 24577, "punchDate": "2021-05-27", "punchId": 289, "punchTime": 1622105087, "punchType": 1, "punchArea": null, "punchContent": null, "longitude": "114.3341270172776", "latitude": "30.594783400007906", "attendanceType": 2, "duration": 29627 }, { "id": 24582, "punchDate": "2021-05-28", "punchId": 289, "punchTime": 1622186084, "punchType": 1, "punchArea": null, "punchContent": null, "longitude": "114.33409484211263", "latitude": "30.594753037354497", "attendanceType": 2, "duration": 24224 } ], "earlyList": [], "fieldList": [] } } ```