yujian
2020-01-03 c9cbdfa41d645d42eeaa7e06d550d4ef8ac328e7
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;
}