查询出该农民工每月考勤天数

查询出该农民工每月考勤天数

接口描述

URL:ksxyface/a/app/user/queryKaoQinByMonthCount

请求参数

参数名
类型
描述
必填
projectid
String
项目id
必填
month
String
年月
必填
token
String
必填
pageno
String
必填
pagesize
String
必填
appkey
String
公匙
必填
appsecret
String
私匙
必填
encrypt
String
加密
必填
timestamp
String
时间戳
必填

响应参数

参数名
类型
描述
必填
totalcount
Object
总数
必填
pageno
Object
页码
必填
pagesize
Object
必填
totalpage
Object
总页数
必填
rows
必填
username
Object
用户名
必填
personcode
Object
身份证号
必填
projectname
Object
项目名称
必填
projectid
Object
项目id
必填
kaoqintime
Object
考勤时间
必填
totalkaoqin
Object
总考勤
必填

说明 / 示例

code: 204: 未授权; 1002: month为空; month格式有误; 根据token未查询到用户信息; 201: 异常