Administrator
2020-02-23 388be9f734f5b80c348bcc956726c206002e832a
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;
}