xiaoyong931011
2021-05-26 a0a9e797f1f482e18ea03a40beefa1f85a03faee
src/main/java/com/xcong/excoin/modules/home/controller/MemberQuickBuySaleController.java
@@ -119,4 +119,10 @@
      }
      return memberQuickBuySaleService.sell(member,memberQuickBuySaleDto);
   }
   @ApiOperation(value = "cancelSell", notes = "提现撤销")
   @GetMapping(value = "/cancelSell")
   public Result cancelSell(@RequestParam(value = "id") Long id) {
      return memberQuickBuySaleService.cancelSell(id);
   }
}