refactor: reorganize modules and add Linux build tooling
This commit is contained in:
12
module/base/mgt/test/dpt_modify.http
Normal file
12
module/base/mgt/test/dpt_modify.http
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user