正在显示
1 个修改的文件
包含
7 行增加
和
0 行删除
| @@ -20,6 +20,13 @@ use Illuminate\Http\Request; | @@ -20,6 +20,13 @@ use Illuminate\Http\Request; | ||
| 20 | class CategoryController extends BaseController | 20 | class CategoryController extends BaseController |
| 21 | { | 21 | { |
| 22 | 22 | ||
| 23 | + /** | ||
| 24 | + * @remark :分类列表 | ||
| 25 | + * @name :index | ||
| 26 | + * @author :lyh | ||
| 27 | + * @method :post | ||
| 28 | + * @time :2023/8/17 10:59 | ||
| 29 | + */ | ||
| 23 | public function index(Category $category) | 30 | public function index(Category $category) |
| 24 | { | 31 | { |
| 25 | if(!empty($this->map['title'])){ | 32 | if(!empty($this->map['title'])){ |
-
请 注册 或 登录 后发表评论