{
"id": "5",
"name": "研发1",
"parent": 1
}
curl --location --request POST '/openservice/eagle-user/action/editDepartment' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "5",
"name": "研发1",
"parent": 1
}'
{
"status": 200,
"code": 1000000,
"result": {
"id": "5",
"type": "department",
"level": 1,
"parent": "1",
"order": 0,
"name": "研发部1",
"pinyin": "yanfabu1",
"description": "",
"assign": "",
"tag": 0,
"hasChild": null,
"label": "",
"depType": "",
"nodeLevel": "",
"memberCount": 0
},
"msg": "成功"
}