feat: 新增属性特征列表接口

This commit is contained in:
2025-02-12 15:15:27 +08:00
parent a94d346a63
commit 1b6475d572
2 changed files with 9 additions and 2 deletions

View File

@@ -127,6 +127,9 @@ Route::group('v1', function () {
// 产品删除
Route::delete('delete/:id', 'Product/delete');
// 产品属性特征
Route::get('attrs', 'ProductAttr/index')->append(['scene' => 'list']);
// 产品属性管理
Route::group('attr', function () {
// 属性列表