Helius
2020-07-01 33123bcb189cda694f39d485d14683d5fcb35ba6
Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin
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);
    }
}