refactor: reorganize modules and add Linux build tooling
This commit is contained in:
10
module/base/mgt/test/dpt_create.http
Normal file
10
module/base/mgt/test/dpt_create.http
Normal file
@@ -0,0 +1,10 @@
|
||||
POST http://rest.apinb.com/mgt/dpt/create
|
||||
Content-Type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"name": "测试部门",
|
||||
"leader_id": 1,
|
||||
"parent_id": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user