admin
2020-06-15 3e4ef41ffacd7f5fda2e81c3810cd11a6375b83c
fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopOrderPayService.java
@@ -45,4 +45,16 @@
    * @throws BanLiShopOrderException
    */
   public void charge(Long orderId) throws BanLiShopOrderException;
   /**
    * 验证订单失效状态
    * @Title: invalidOrderByOrderId
    * @Description:
    * @param orderId
    * @param stateDesc
    * void 返回类型
    * @throws
    */
   public void invalidOrderByOrderId(Long orderId, String stateDesc) throws BanLiShopOrderException;
}