feat: 添加新增/更新/设置排序值/删除接口
This commit is contained in:
@@ -58,6 +58,9 @@ Route::group('v1', function () {
|
||||
// 视频信息更新
|
||||
Route::put('update/:id', 'Video/update');
|
||||
|
||||
// 视频信息设置排序值
|
||||
Route::post('sort/:id', 'Video/sort');
|
||||
|
||||
// 视频信息删除
|
||||
Route::delete('delete/:id', 'Video/delete');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user