月考勤记录
POST
http://localhost:8888/qgy/attendance/month
接口描述
查看当前用户下一个月的考勤记录
请求参数
参数名
类型
描述
必填
date
String
日期(NOT NUNLL) 示例["2019-08-01","2018-08-31"]
必填
userId
Integer
当前用户(NOT NULL)
必填
index
Integer
当前页码(NULL)
必填
length
Integer
每页个数(NULL)
必填