日考勤记录
POST
http://localhost:8888/qgy/attendance/signs
接口描述
查看当前用户下某一天的考勤记录
请求参数
参数名
类型
描述
必填
date
String
日期(NOT NUNLL)
必填
userId
Integer
当前用户(NOT NULL)
必填
index
Integer
当前页码(NULL)
必填
length
Integer
每页个数(NULL)
必填