feat: 添加对应成本分类树接口
This commit is contained in:
@@ -269,7 +269,10 @@ Route::group('v1', function () {
|
||||
|
||||
// 产品分类
|
||||
Route::group('category', function () {
|
||||
// 分类列表
|
||||
// tco分类树
|
||||
Route::get('tco/tree', 'ProductTcoCategory/tree');
|
||||
|
||||
// 分类树
|
||||
Route::get('index', 'ProductCategory/index');
|
||||
|
||||
// 分类详情
|
||||
|
||||
Reference in New Issue
Block a user