xiaoyong931011
2020-09-23 aa0dc89a9b7e9efdb449c688b67401fcfaf6c166
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);
   }
}