refactor: 调整图片/视频上传

This commit is contained in:
2025-02-19 16:58:31 +08:00
parent 5c15fb83e1
commit fd06b1b1ac
7 changed files with 36 additions and 36 deletions

View File

@@ -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',
];