- 部门信息
- 菜单信息
- 岗位信息操作处理
- 角色信息
- 用户信息
- 企业Controller
- 参数配置 信息操作处理
- 公告 信息操作处理
- 操作日志记录
- 个人信息 业务处理
- 场站Controller
- 数据字典信息
- 系统访问记录
- 在线用户监控
- 项目管理Controller
- 文件请求处理
- 调度任务信息操作处理
- 调度日志操作处理
- 代码生成 操作处理
- token 控制
- 设备型号表
- 设备类型表
- 设备类型-属性信息表
- 设备位置表
- 设备位置-属性信息表
- 地 区 信息操作处理
- 安全记录接口
- 电子沙盘-站端
- 业务配置
- minio文件上传下载
- 文档管理Controller
- 计划管理接口
- 设备型号-属性信息表
- 场站表
- 事故事件学习
- 事故事件管理
- 车辆管理接口
- indexController
- 设备数据同步
- 设备类型摄像头表
- 隐患管理对外接口
- 质量管理对外接口
- 隐患问题库对外接口
- 质量问题库对外接口
- 通知公告接口
- 省市县数据Controller
- 隐患管理接口
- 质量管理接口
- 隐患问题库接口
- 质量问题库接口
- 对外服务
- 消息中心
- app接口
- 考勤统计管理
- 考勤组管理
- 班次管理
- 补卡Controller
- 摄像头相关接口
- 未命名接口GET
- 未命名接口GET
- 未命名接口GET
- 未命名接口POST
- 未命名接口POST
- 未命名接口GET
- 未命名接口GET
打卡接口
POST
/appService/checkDate
打卡接口
请求参数
Body 参数application/json
id
string
ID
userId
string
用户ID
groupId
string
群组ID
checkDate
string
考勤日期
timeCardType
string
可选
checkTime
string
打卡时间
checkActualTime
string
实际打卡时间
checkType
string
可选
checkAddressId
string
打卡地点ID
checkAddressName
string
打卡地点名称
checkStatus
string
可选
groupName
string
考勤组名称
isEarlyLate
string
可选
earlyTime
string
早到时间
lateTime
string
晚到时间
week
string
星期几
remark
string
打卡备注
checkPhotoUrl
string
打卡照片
timeRange
string
班次时间范围
schedulingId
string
班次id
timeId
string
班次时间id
示例
{
"id": "string",
"userId": "string",
"groupId": "string",
"checkDate": "string",
"timeCardType": "string",
"checkTime": "string",
"checkActualTime": "string",
"checkType": "string",
"checkAddressId": "string",
"checkAddressName": "string",
"checkStatus": "string",
"groupName": "string",
"isEarlyLate": "string",
"earlyTime": "string",
"lateTime": "string",
"week": "string",
"remark": "string",
"checkPhotoUrl": "string",
"timeRange": "string",
"schedulingId": "string",
"timeId": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '10.168.1.106:8080/zmxt-smartsite/appService/checkDate' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"userId": "string",
"groupId": "string",
"checkDate": "string",
"timeCardType": "string",
"checkTime": "string",
"checkActualTime": "string",
"checkType": "string",
"checkAddressId": "string",
"checkAddressName": "string",
"checkStatus": "string",
"groupName": "string",
"isEarlyLate": "string",
"earlyTime": "string",
"lateTime": "string",
"week": "string",
"remark": "string",
"checkPhotoUrl": "string",
"timeRange": "string",
"schedulingId": "string",
"timeId": "string"
}'
返回响应
🟢200成功
application/json
Body
操作消息提醒
key
object
可选
示例
{
"": {}
}
修改于 2025-04-27 06:24:22