创建员工
推送 json:
{
"messageId":"uuid",
"type":"employee_entry",
"sendtime":"1515986177",
"employeeId":"employeeUUID",
"name":"张三",
"mobile":"15913215421",
"entryDate":"2017-03-02",
"hireType": 0, // 0-正式,10-实习,11-劳务,12-顾问,13-返聘,14-外包
"fields":{
"转正日期":"2018-01-15",
"部门":"departmentUUID",
"工号":"12323"
}
}
返回:
{
"message": "success" //不返回 success,一律为失败,失败不重试
}