Administrator
2026-06-06 1bbce03cca9b1fe2db1af4c849c2659b572fe53c
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);
   }
}