gao
2020-07-01 36aa5cea7d4b8a6b2c35067941728d67867b9fe3
快捷卖出撤单
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/modules/home/controller/MemberQuickBuySaleController.java 2 ●●● patch | view | raw | blame | history
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);
    }
}