refactor: 完善日志记录处理
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user