luodangjia
2024-12-05 c8fbd36e4c1e2cae4751b8130d62621e9f08beb7
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsCategoryController.java
@@ -34,7 +34,7 @@
    @Resource
    private GoodsCategoryService goodsCategoryService;
    @PostMapping("/index/list")
    @GetMapping("/index/list")
   @ApiOperation(value = "商品分类", tags = {"小程序-首页"})
   public R<List<GoodsCategory>> indexlist(){
        List<GoodsCategory> indexlist = goodsCategoryService.lambdaQuery()