更新工时登记
PATCH
/issue/labour-record/update请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
accessToken
string
必需
示例值:
{{accessToken}}
Body 参数application/json
recordTime
string <date>
工时登记时间
id
integer <int64>
工时登记id
remarks
string
备注
labour
number
工时
示例
{
"recordTime": 1646301600000,
"id": 1,
"remarks": "xxx",
"labour": 100
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
success
boolean
success
示例
{
"code": "0",
"data": {
"success": true
}
}
最后修改时间: 4 个月前