| | |
| | | return iApiMallProductService.orderSellInsure(apiOrderSellInsureDto); |
| | | } |
| | | |
| | | |
| | | @ApiOperation(value = "FCM-订单管理-查看提现详情-投诉", notes = "FCM-订单管理-查看提现详情-投诉") |
| | | @PostMapping(value = "/orderSellComplain") |
| | | public FebsResponse orderSellComplain(@RequestBody @Valid ApiOrderSellComplainDto apiOrderSellComplainDto) { |
| | | return iApiMallProductService.orderSellComplain(apiOrderSellComplainDto); |
| | | } |
| | | |
| | | @ApiOperation(value = "FCM-FCM提现", notes = "FCM-FCM提现") |
| | | @PostMapping(value = "/outFcm") |
| | | public FebsResponse outFcm(@RequestBody @Valid ApiOutFcmDto outFcmDto) { |