Administrator
17 hours ago 5551bdf6d3311e2eb9af7cc7c0c28c46629d7324
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);
   }
}