peng
6 天以前 9fe0aefb466a87815ef450cb4ef99405dad63b4e
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);
    }
}