修改logger信息

This commit is contained in:
yulixing 2019-05-31 19:39:20 +08:00
parent fca424a460
commit 363d9ee34b

View File

@ -53,7 +53,7 @@ router.get('/games', async (req, res, next) => {
});
/* 获取单个游戏的配置*/
router.get('/one_game_cfg', async (req, res, next) => {
logger.db(req, '游戏管理', '配置管理', '获取单个游戏配置信息');
// logger.db(req, '游戏管理', '配置管理', '获取单个游戏配置信息');
// 权限判断
const hasPerm =