peng
7 天以前 a87ea6e545a5617f8752c669898f6a7225a38a14
buyer-api/src/main/java/cn/lili/controller/lmk/MyCollectController.java
@@ -53,4 +53,11 @@
        return myCollectService.page(query);
    }
    @GetMapping("/getMyCollectList")
    @ApiOperation(value = "获得我的收藏", notes = "获得我的收藏列表")
    public Result getMyCollectList(MyCollectQuery query){
        return myCollectService.getMyCollectList(query);
    }
}