- 短链数据
- 技术文档
- 考勤管理系统
- 面试管理
- 1.4.8
- 微信接口
- 1.5.0
- 1.5.1
- 1.5.2
- 1.5.4
- 1.5.5
- 1.5.6
- 支付宝开发
- 0323
- 导出报表数据处理
- 1.5.8(小程序招聘需求模块迭代)
- 1.5.8迭代
- 填鴨
- 1.5.9
- 1.6.0
- 1.6.1
- 灵兔支付系统对接
- 1.6.2
- 引导关注的公众号改为“点点易聘”
- 1.6.3
- 1.6.4-0
- 1.6.4
- 1.6.5 出差功能
- MinIO工具接口
- 1.6.6 自定义页面
- 1.6.6同步部门项目
- MinIo全面普及,历史数据处理
- 1.6.7公出迭代
- 1.6.8
- 根据key批量获取配置POST
- 获取短链GET
- 本地测试接口GET
- 本地测试接口 CopyGET
- 未命名接口GET
- 未命名接口 CopyGET
确认打卡
开发中
POST
/user-clock/clockIn
请求参数
Body 参数application/json
userId
integer
用户ID
itemId
integer
项目ID
userItemId
integer
用户所属项目ID
clockTimeRuleId
integer
打卡时间规则id
locationRuleId
integer
打卡位置规则id
clockType
integer
必需
clockCategory
integer
必需
status
integer
必需
clockTime
string
必需
clockLocation
string
必需
imgUrl
string
非打卡点打卡图片
remark
string
可选
示例
{
"userId": 13,
"itemId": 14,
"clockType": 15,
"clockCategory": 39,
"clockLocation": "ex elit consequat magna",
"clockTimeRuleId": 96,
"status": 0,
"imgUrl": "http://dummyimage.com/400x400",
"remark": "ad non eiusmod consectetur"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/user-clock/clockIn' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 13,
"itemId": 14,
"clockType": 15,
"clockCategory": 39,
"clockLocation": "ex elit consequat magna",
"clockTimeRuleId": 96,
"status": 0,
"imgUrl": "http://dummyimage.com/400x400",
"remark": "ad non eiusmod consectetur"
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string | null
必需
data
object | null
必需
示例
{
"success": true,
"message": null,
"data": null
}
修改于 2022-12-14 08:03:19