Browse Source

审核

release
张彭杰 1 year ago
parent
commit
1770ad1a4a
1 changed files with 1 additions and 2 deletions
  1. 3
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/marriagebounty/user/MarriageBountyOrderUserQueryController.java

3
dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/marriagebounty/user/MarriageBountyOrderUserQueryController.java

@ -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);
} }

Loading…
Cancel
Save