refactor: 完善日志记录处理

This commit is contained in:
2025-03-18 14:49:38 +08:00
parent e4c600c3e6
commit 36f9c8431b
3 changed files with 22 additions and 4 deletions

View File

@@ -18,8 +18,11 @@ class SysRestfulApiBaseModel extends BaseModel
// 字段信息
protected $schema = [
'id' => 'int',
'module' => 'string',
'name' => 'string',
'module' => 'string',
'layer' => 'string',
'controller' => 'string',
'action' => 'string',
'rule' => 'string',
'method' => 'string',
'desc' => 'string',