{
"id": "604f764971f93f3ac8f365c2",
"roleIds": [
"604e2b03488be61b90b68777",
"604e2b19488be61b90b6877a"
]
}curl --location --request PUT 'http://ihrm.itheima.net/prod-api/sys/user/assignRoles' \
--header 'Authorization: {{Vue2_HR_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "604f764971f93f3ac8f365c2",
"roleIds": [
"604e2b03488be61b90b68777",
"604e2b19488be61b90b6877a"
]
}'{
"success": true,
"code": 10000,
"data": {
"roleIds": [
"604e2b03488be61b90b68777",
"604e2b19488be61b90b6877a"
],
"_id": "604f764971f93f3ac8f365c2",
"username": "管理员",
"mobile": "13800000002",
"timeOfEntry": "2018-11-02",
"formOfEmployment": "1",
"correctionTime": "2018-11-30",
"workNumber": "9002",
"departmentName": "总裁办",
"password": "e10adc3949ba59abbe56e057f20f883e",
"__v": 0,
"id": "604f764971f93f3ac8f365c2",
"staffPhoto": "http://q6cu3t6jv.bkt.clouddn.com/1063705989926227968?t=1616204161907"
},
"message": "给用户分配角色成功"
}