Authorization: Bearer ********************curl --location --request POST '/appMark/api/employee/queryAttendanceRange' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"rangeCode": "string",
"attendanceRange": 0,
"status": "string"
}
]
}