后台:添加操作日志

This commit is contained in:
luying
2021-12-22 17:10:10 +08:00
parent 5573faafb1
commit 8c488ea710
14 changed files with 273 additions and 28 deletions

View File

@@ -471,7 +471,7 @@
{
"id": 68,
"api": "/api/mail/getcreatesinglemailtxt",
"name": "获取火箭单人无道具邮件列表",
"name": "获取创建单人无道具邮件列表",
"module": "mail",
"type": "find"
},
@@ -554,146 +554,167 @@
},
{
"id": 80,
"api": "gm.gmHandler.sendMail",
"name": "发送邮件",
"api": "gm.gmHandler.sendSingleMail",
"name": "审批单人有道具邮件",
"module": "mail",
"type": "update"
},
{
"id": 81,
"api": "gm.gmHandler.sendSingleMailTxt",
"name": "审批单人无道具邮件",
"module": "mail",
"type": "update"
},
{
"id": 82,
"api": "gm.gmHandler.sendServerMail",
"name": "审批全服有道具邮件",
"module": "mail",
"type": "update"
},
{
"id": 83,
"api": "gm.gmHandler.sendServerMailTxt",
"name": "审批全服无道具邮件",
"module": "mail",
"type": "update"
},
{
"id": 84,
"api": "gm.gmHandler.setGuildActivityDebug",
"name": "开启军团活动",
"module": "guildactivity",
"type": "update"
},
{
"id": 82,
"id": 85,
"api": "gm.gmHandler.cancelGuildActivityDebug",
"name": "取消军团活动",
"module": "guildactivity",
"type": "update"
},
{
"id": 83,
"id": 86,
"api": "/api/game/getregions",
"name": "获取所有大区",
"module": "server",
"type": "find"
},
{
"id": 84,
"id": 87,
"api": "/api/game/getservers",
"name": "获取所有小区",
"module": "server",
"type": "find"
},
{
"id": 85,
"id": 88,
"api": "/api/game/getregionstategy",
"name": "获取大区策略",
"module": "server",
"type": "find"
},
{
"id": 86,
"id": 89,
"api": "/api/game/getwhitelist",
"name": "获取白名单",
"module": "server",
"type": "find"
},
{
"id": 87,
"id": 90,
"api": "/api/game/updatewhitelist",
"name": "更新白名单",
"module": "server",
"type": "update"
},
{
"id": 88,
"id": 91,
"api": "/api/game/deletewhitelist",
"name": "删除白名单",
"module": "server",
"type": "delete"
},
{
"id": 89,
"id": 92,
"api": "/api/game/stopserverregister",
"name": "小区停止注册",
"module": "server",
"type": "update"
},
{
"id": 90,
"id": 93,
"api": "/api/game/swicthserverstatus",
"name": "切换服务器状态",
"module": "server",
"type": "update"
},
{
"id": 91,
"id": 94,
"api": "gm.gmServerHandler.saveRegionConf",
"name": "保存大区设置",
"module": "server",
"type": "update"
},
{
"id": 92,
"id": 95,
"api": "gm.gmServerHandler.createNewServer",
"name": "手动开服",
"module": "server",
"type": "update"
},
{
"id": 93,
"id": 96,
"api": "gm.gmServerHandler.startMaintenance",
"name": "开始维护",
"module": "server",
"type": "update"
},
{
"id": 94,
"id": 97,
"api": "gm.gmServerHandler.startRegionMaintenance",
"name": "开始大区维护",
"module": "server",
"type": "update"
},
{
"id": 95,
"id": 98,
"api": "gm.gmServerHandler.stopMaintenance",
"name": "停止维护",
"module": "server",
"type": "update"
},
{
"id": 96,
"id": 99,
"api": "/api/upload/hotupdate",
"name": "上传热更新",
"module": "upload",
"type": "update"
},
{
"id": 97,
"id": 100,
"api": "/api/upload/uploadjson",
"name": "上传json",
"module": "upload",
"type": "update"
},
{
"id": 98,
"id": 101,
"api": "/web/reloadresource",
"name": "加载资源(web)",
"module": "upload",
"type": "update"
},
{
"id": 99,
"id": 102,
"api": "/api/upload/reloadresource",
"name": "加载资源(后台)",
"module": "upload",
"type": "update"
},
{
"id": 100,
"id": 103,
"api": "gm.gmHandler.reloadResource",
"name": "加载资源(游戏)",
"module": "upload",