xiaoyong931011
2022-03-01 ee64a79830f6bad4107301c31f1fed3d8ab190c4
src/main/java/com/xcong/excoin/modules/home/controller/MemberQuickBuySaleController.java
@@ -123,6 +123,6 @@
   @ApiOperation(value = "cancelSell", notes = "提现撤销")
   @GetMapping(value = "/cancelSell")
   public Result cancelSell(@RequestParam(value = "id") Long id) {
      return memberQuickBuySaleService.cancelRecharge(id);
      return memberQuickBuySaleService.cancelSell(id);
   }
}