admin
2019-12-06 cd637932a970e7935b17d41568fe89c92775bccc
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;
}