|
|
@ -26,8 +26,7 @@ public class MarriageBountyOrderUserQueryController { |
|
|
|
|
|
|
|
|
@GetMapping("get/marriage-bounty-order/product-info") |
|
|
@GetMapping("get/marriage-bounty-order/product-info") |
|
|
@ApiOperation("用户获取悬赏招亲订单信息") |
|
|
@ApiOperation("用户获取悬赏招亲订单信息") |
|
|
public UserGetMarriageBountyOrderProductInfoVo getMarriageBountyOrderProductInfo(@RequestParam("marriageBountyOrderId") Long marriageBountyOrderId, |
|
|
|
|
|
@RequestParam("userId") Long userId) { |
|
|
|
|
|
|
|
|
public UserGetMarriageBountyOrderProductInfoVo getMarriageBountyOrderProductInfo(@RequestParam("marriageBountyOrderId") Long marriageBountyOrderId) { |
|
|
return marriageBountyOrderQueryService.getMarriageBountyOrderProductInfo(marriageBountyOrderId); |
|
|
return marriageBountyOrderQueryService.getMarriageBountyOrderProductInfo(marriageBountyOrderId); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|