feat: 添加导出接口路由
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
This commit is contained in:
@@ -317,6 +317,9 @@ Route::group('v1', function () {
|
|||||||
// 推荐数据分页列表
|
// 推荐数据分页列表
|
||||||
Route::get('index', 'ProductCategoryRecommend/index');
|
Route::get('index', 'ProductCategoryRecommend/index');
|
||||||
|
|
||||||
|
// 推荐数据导出
|
||||||
|
Route::get('export', 'ProductCategoryRecommend/export');
|
||||||
|
|
||||||
// 推荐数据详情
|
// 推荐数据详情
|
||||||
Route::get('read/:id', 'ProductCategoryRecommend/read');
|
Route::get('read/:id', 'ProductCategoryRecommend/read');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user