Files
full/module/base/mgt/test/dpt_create.http

11 lines
169 B
Plaintext
Raw Permalink Normal View History

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