feat: 添加视频上传接口

This commit is contained in:
2025-02-19 16:33:36 +08:00
parent 6dbc9ecc34
commit aa1d6b2916
7 changed files with 182 additions and 0 deletions

View File

@@ -41,6 +41,12 @@ Route::group('v1', function () {
Route::post('/:module/upload', 'Upload/image');
});
// 视频管理
Route::group('video', function () {
// 视频上传
Route::post('/:module/upload', 'Upload/video');
});
// 文章模块
Route::group('article', function () {
// 文章列表