文档
测试

上班打卡

POST
http://localhost:8081/staff/appWorkStart

接口描述

上班打卡

请求参数

参数名
类型
描述
必填
imgurl
String
file:///mnt/internal_sd/FaceRepo/face/IMG20191101114545.jpg
可选

响应参数

参数名
类型
描述
必填
code
string
示例:SUCCESS
必填
message
string
示例:请求成功
必填
data
string
返回提示语句 示例:今天已经打过卡了!
必填
errorId
object
示例:null
必填
errorData
object
示例:null
必填

说明 / 示例

{ "code": "SUCCESS", "message": "请求成功", "data": "迟到", "errorId": null, "errorData": null }