|
|
|
@ -90,7 +90,7 @@ public class OrderUserCommandController { |
|
|
|
return orderApplicationService.calculateMatchmakerOrderFee(order, dto.getMatchmakerOrderType()); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("用户完成红娘订单") |
|
|
|
@ApiOperation("用户完成订单") |
|
|
|
@PostMapping("complete/order") |
|
|
|
public void userCompleteOrder(@RequestBody @Valid UserCompleteOrderDto dto) { |
|
|
|
orderApplicationService.complete(dto.getId()); |
|
|
|
|