feat: 添加横幅列表接口

This commit is contained in:
2025-03-28 15:43:58 +08:00
parent 4c49455bdc
commit ef949e936f
3 changed files with 37 additions and 0 deletions

View File

@@ -199,6 +199,9 @@ Route::group('v1', function () {
// 横幅管理
Route::group('banner', function() {
// 横幅(分类)列表
Route::get('list', 'Banner/list');
// 横幅(分类)分页
Route::get('index', 'Banner/index');