feat: 新增视频分类列表接口
This commit is contained in:
@@ -67,6 +67,9 @@ Route::group('v1', function () {
|
||||
// 视频信息删除
|
||||
Route::delete('delete/:id', 'Video/delete');
|
||||
|
||||
// 视频分类列表
|
||||
Route::get('categorys', 'VideoCategory/list');
|
||||
|
||||
// 视频分类
|
||||
Route::group('category', function () {
|
||||
// 视频分类分页数据
|
||||
|
||||
Reference in New Issue
Block a user