后台:添加权限

This commit is contained in:
luying
2022-01-04 13:37:46 +08:00
parent 30b05ef860
commit 6ce57740cf
2 changed files with 39 additions and 4 deletions

View File

@@ -719,5 +719,40 @@
"name": "加载资源(游戏)",
"module": "upload",
"type": "update"
},
{
"id": 104,
"api": "/api/users/setcreatetime",
"name": "设置玩家创建时间",
"module": "user",
"type": "update"
},
{
"id": 105,
"api": "/api/game/createregion",
"name": "创建大区",
"module": "server",
"type": "create"
},
{
"id": 106,
"api": "/api/activity/createdefaultactivitygrouptype",
"name": "初始化常规活动组",
"module": "activity",
"type": "create"
},
{
"id": 107,
"api": "/api/log/getgmlog",
"name": "获取后台日志列表",
"module": "log",
"type": "find"
},
{
"id": 108,
"api": "/api/log/getuserlog",
"name": "获取玩家日志列表",
"module": "log",
"type": "find"
}
]