refactor: 修改产品分类列表接口
This commit is contained in:
@@ -286,7 +286,7 @@ Route::group('v1', function () {
|
||||
});
|
||||
|
||||
// 产品分类
|
||||
Route::get('categorys', 'ProductCategory/index')->append(['is_show' => '1']);
|
||||
Route::get('categorys', 'ProductCategory/index');
|
||||
Route::group('category', function () {
|
||||
// tco分类树
|
||||
Route::get('tco/tree', 'ProductTcoCategory/tree');
|
||||
|
||||
Reference in New Issue
Block a user