xiaoyong931011
2020-08-21 d4723041b7f52b76ca90263280f5c6aa360c530d
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);
   }
}