refactor: 调整图片/视频上传
This commit is contained in:
@@ -23,10 +23,10 @@ class SysVideoBaseModel extends Model
|
||||
'language_id' => 'int',
|
||||
'module' => 'string',
|
||||
'video_path' => 'string',
|
||||
'video_size' => 'int',
|
||||
'video_type' => 'string',
|
||||
'video_md5' => 'string',
|
||||
'video_sha1' => 'string',
|
||||
'file_size' => 'int',
|
||||
'file_type' => 'string',
|
||||
'file_md5' => 'string',
|
||||
'file_sha1' => 'string',
|
||||
'created_at' => 'datetime',
|
||||
'deleted_at' => 'datetime',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user