admin
2019-11-20 8b2191df2f7d94aa299bd43dcbe97c94e5a61bbd
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;
}