refactor: 完善日志记录处理

This commit is contained in:
2025-03-18 14:49:38 +08:00
parent 1cfad2f990
commit a0fea69b96
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',