feat: 新增视频分类列表接口

This commit is contained in:
2025-02-28 15:07:48 +08:00
parent f2034658a2
commit d37abdc77c
2 changed files with 23 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ Route::group('v1', function () {
// 视频信息删除
Route::delete('delete/:id', 'Video/delete');
// 视频分类列表
Route::get('categorys', 'VideoCategory/list');
// 视频分类
Route::group('category', function () {
// 视频分类分页数据