13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/dpt/modify
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"id": 1,
|
||
|
|
"name": "修改后的部门名",
|
||
|
|
"leader_id": 2,
|
||
|
|
"parent_id": 0,
|
||
|
|
"status": 1
|
||
|
|
}
|
||
|
|
|