refactor: 修改产品属性列表接口
This commit is contained in:
@@ -200,7 +200,7 @@ Route::group('v1', function () {
|
||||
Route::get('export', 'Product/export');
|
||||
|
||||
// 产品属性特征
|
||||
Route::get('attrs', 'ProductAttr/index')->append(['scene' => 'list']);
|
||||
Route::get('attrs', 'ProductAttr/index')->append(['scene' => 'all']);
|
||||
|
||||
// 产品属性管理
|
||||
Route::group('attr', function () {
|
||||
|
||||
Reference in New Issue
Block a user