feat: 新增附件上传接口
This commit is contained in:
@@ -277,6 +277,9 @@ Route::group('v1', function () {
|
||||
|
||||
// 附件(下载管理)
|
||||
Route::group('attachment', function () {
|
||||
// 附件(下载管理)上传
|
||||
Route::post('/upload', 'Upload/attachment');
|
||||
|
||||
// 附件(下载管理)列表
|
||||
Route::get('index', 'Attachment/index');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user