后台:增加权限配置

This commit is contained in:
luying
2022-08-03 19:00:32 +08:00
parent e682c818d5
commit 9c4e4fb958
2 changed files with 59 additions and 17 deletions

View File

@@ -162,7 +162,7 @@
},
{
"id": 24,
"api": "gm.gmRoleHandler.deleteHero",
"api": "/api/users/deletehero",
"name": "删除武将",
"module": "user",
"type": "delete"
@@ -401,7 +401,7 @@
{
"id": 58,
"api": "/api/activity/saveactivitygrouptypelist",
"name": "保存活动组类型",
"name": "保存活动",
"module": "activity",
"type": "update"
},
@@ -780,8 +780,8 @@
"id": 112,
"api": "gm.gmOrderHandler.getActivitiesCanBuy",
"name": "获取可以购买的活动",
"module": "order",
"type": "get"
"module": "activity",
"type": "find"
},
{
"id": 113,
@@ -795,20 +795,20 @@
"api": "/api/game/getorderlist",
"name": "获取订单列表",
"module": "order",
"type": "get"
"type": "find"
},
{
"id": 115,
"api": "gm.gmHandler.updateSurvey",
"name": "更新问卷",
"module": "survey",
"module": "sys",
"type": "update"
},
{
"id": 116,
"api": "gm.gmHandler.deleteSurvey",
"name": "更新问卷",
"module": "survey",
"name": "删除问卷",
"module": "sys",
"type": "delete"
},
{
@@ -822,14 +822,56 @@
"id": 118,
"api": "gm.gmRoleHandler.skipEpilogue",
"name": "跳过序章",
"module": "role",
"module": "user",
"type": "update"
},
{
"id": 119,
"api": "gm.gmRoleHandler.reCalCe",
"name": "重新计算这个玩家的战力",
"module": "role",
"module": "user",
"type": "update"
},
{
"id": 120,
"api": "/api/game/switchserverreview",
"name": "切换服务器审核状态",
"module": "server",
"type": "update"
},
{
"id": 121,
"api": "/api/game/getsurveylist",
"name": "获取问卷列表",
"module": "sys",
"type": "find"
},
{
"id": 122,
"api": "/api/activity/updateactivity",
"name": "更新活动表",
"module": "activity",
"type": "update"
},
{
"id": 123,
"api": "/api/activity/switchactivity",
"name": "切换活动状态",
"module": "activity",
"type": "update"
},
{
"id": 124,
"api": "/api/activity/deleteactivity",
"name": "删除活动",
"module": "activity",
"type": "update"
},
{
"id": 125,
"api": "/api/activity/updategroup",
"name": "更新活动组",
"module": "activity",
"type": "update"
}
]