日志记录

This commit is contained in:
JaguarJack
2019-01-17 18:29:35 +08:00
parent df987f7a78
commit a72fe40570
5 changed files with 54 additions and 9 deletions

View File

@@ -17,4 +17,5 @@ return [
'default_namespace' => 'app\\http\\middleware\\',
'auth' => \think\permissions\PermissionMiddleware::class,
'checkLogin' => app\http\middleware\checkLogin::class,
'logRecord' => app\http\middleware\LogRecord::class,
];