From 9b8b1a8c660b04e49e4aa228858c45e2dd8f8c43 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Tue, 15 Jun 2021 20:06:44 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/home/controller/MemberQuickBuySaleController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/home/controller/MemberQuickBuySaleController.java b/src/main/java/com/xcong/excoin/modules/home/controller/MemberQuickBuySaleController.java index 3a5ecca..ee8cbfb 100644 --- a/src/main/java/com/xcong/excoin/modules/home/controller/MemberQuickBuySaleController.java +++ b/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); } } -- Gitblit v1.9.1