|
|
|
@ -77,4 +77,10 @@ public class ProductUserQueryController { |
|
|
|
public List<UserPageProductByCustomerGroupVo> getPageProductByCustomer() { |
|
|
|
return productQueryService.getPageProductByCustomer(); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("get/matchmaker-franchise-info") |
|
|
|
@ApiOperation("用户给获取红娘加盟信息") |
|
|
|
public UserGetMatchmakerFranchiseInfoVo userGetMatchmakerFranchiseInfo() { |
|
|
|
return null; |
|
|
|
} |
|
|
|
} |