admin
2019-11-26 e97065519838a1ebbee870eefae6eae9f5d91647
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;
}