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 |    6 ++++++
 1 files changed, 6 insertions(+), 0 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 5d6a6d3..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
@@ -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);
+	}
 }

--
Gitblit v1.9.1