文档
测试

查找考勤周期

GET
/api/v1.0/attend/findPeriod

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:查询成功
必填
result
array
数据列表
必填
uid
string
示例:4566a37f93b44cacbb62f2820249899d
必填
companyUid
string
示例:0d0f5f44934f44ccb1f5946c49bdab4a
必填
accountUid
object
示例:null
必填
name
string
示例:默认考勤周期
必填
isDefault
boolean
示例:true
必填
isDeleted
boolean
示例:false
必填
startDate
int
示例:1
必填
endMonth
int
示例:0
必填
endDate
int
示例:31
必填

说明 / 示例

{ "code": 200, "message": "查询成功", "result": [{ "uid": "4566a37f93b44cacbb62f2820249899d", "companyUid": "0d0f5f44934f44ccb1f5946c49bdab4a", "accountUid": null, "name": "默认考勤周期", "isDefault": true, "isDeleted": false, "startDate": 1, "endMonth": 0, "endDate": 31 }] }