日志记录

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

@@ -13,7 +13,7 @@ abstract class Base extends Controller
protected $page = 1;
protected $middleware = ['checkLogin', 'auth'];
protected $middleware = ['checkLogin', 'auth', 'logRecord'];
/**
* 过滤参数