Browse Source

三级分类

master
Lemon 5 years ago
parent
commit
253f6aced9
  1. 2
      app/Controller/v3/CategoryController.php

2
app/Controller/v3/CategoryController.php

@ -75,6 +75,6 @@ class CategoryController extends BaseController
public function third()
{
$categoryId = $this->request->input('category_id');
return $this->success($this->categoryService->getByParentId($categoryId));
return $this->success($this->categoryService->getThird($categoryId));
}
}
Loading…
Cancel
Save