From 8b2191df2f7d94aa299bd43dcbe97c94e5a61bbd Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 20 十一月 2019 14:53:34 +0800 Subject: [PATCH] RocketMQ的消息整改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopOrderPayService.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopOrderPayService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopOrderPayService.java index cd5b2af..1630fde 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopOrderPayService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopOrderPayService.java @@ -37,4 +37,12 @@ * @throws BanLiShopOrderException */ public void refund(Long orderId) throws BanLiShopOrderException; + + /** + * 鍏呭�硷紙鎸夌収璁㈠崟鍙凤級 + * + * @param orderId + * @throws BanLiShopOrderException + */ + public void charge(Long orderId) throws BanLiShopOrderException; } -- Gitblit v1.8.0