refactor: reorganize modules and add Linux build tooling
This commit is contained in:
16
module/base/mgt/test/pmn_create.http
Normal file
16
module/base/mgt/test/pmn_create.http
Normal file
@@ -0,0 +1,16 @@
|
||||
POST http://rest.apinb.com/mgt/pmn/create
|
||||
Content-Type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"title": "测试权限",
|
||||
"title_en": "Test Permission",
|
||||
"code": "test:permission",
|
||||
"workspace": "ops",
|
||||
"description": "这是一个测试权限",
|
||||
"parent_id": 0,
|
||||
"menu_path": "/test",
|
||||
"menu_icon": "test",
|
||||
"type": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user