|
|
|
@ -86,7 +86,7 @@ public class ProductUserQueryController { |
|
|
|
return PageUtil.convert(productQueryService.pageProductByMatchmakingCorner(pageUtil, queryParam), UserPageProductByMatchmakerVo.class); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("page/product/by/vip") |
|
|
|
@GetMapping("list/product/by/vip") |
|
|
|
@ApiOperation("用户获取VIP分页列表") |
|
|
|
public List<UserListProductByVipVo> userListProductByVip(@RequestParam("userId") Long userId) { |
|
|
|
return productQueryService.listProductByVip(userId); |
|
|
|
|