Authorization: Bearer ********************{
"id": 0,
"orderOnceId": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"employeeId": 0,
"startPlace": "string",
"endPlace": "string",
"startImage": "string",
"endImage": "string"
}curl --location --request POST '/appMark/api/employee/addEmployeeCheck' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"orderOnceId": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"employeeId": 0,
"startPlace": "string",
"endPlace": "string",
"startImage": "string",
"endImage": "string"
}'{
"code": 0,
"msg": "string",
"data": 0
}