admin
2020-05-19 744594ef1a2f530fc3e86ea9dc48b62247f79420
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;
}