11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/dpt/create
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"name": "测试部门",
|
||
|
|
"leader_id": 1,
|
||
|
|
"parent_id": 0
|
||
|
|
}
|
||
|
|
|