更新部门
推送 json:
{
"messageId": "uuid",
"type": "department_update",
"sendtime": "1515986177",
"departmentId": "departmentUUID"
"name": "部门 2",
"parentId": "",
"code": "0",
"departmentType": 0, //部门类型枚举,0:部门,1:事业部,2:事业群,3:组,4:中心,5:子公司
"adminId": "employeeUUID", "city": "北京市",
"remark": "部门说明 2"
}
返回:
{
"message": "success" //不返回 success,一律为失败,失败不重试
}