feat: 新增附件列表接口
This commit is contained in:
@@ -304,9 +304,12 @@ Route::group('v1', function () {
|
||||
// 附件(下载管理)删除
|
||||
Route::delete('delete/:id', 'Attachment/delete');
|
||||
|
||||
// 附件(下载管理)分类列表
|
||||
Route::get('categorys', 'AttachmentCategory/index')->append(['scene' => 'all']);
|
||||
|
||||
// 附件(下载管理)分类
|
||||
Route::group('category', function () {
|
||||
// 附件(下载管理)分类列表
|
||||
// 附件(下载管理)分类分页
|
||||
Route::get('index', 'AttachmentCategory/index');
|
||||
|
||||
// 附件(下载管理)分类详情
|
||||
|
||||
Reference in New Issue
Block a user