From 6d17fb69b25cd74c4598784a6cf6fe7a9b651e34 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 31 十二月 2019 12:01:34 +0800 Subject: [PATCH] 小程序接口相关修改 --- 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